File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 5050 shell : cmd
5151 run : >
5252 gradlew release --no-daemon -Ppublishing.enabled=true -Ppublishing.platform=mingwX64
53- -Ppublishing.github.user=${{ secrets.PUBLISHING_GITHUB_USER }}
54- -Ppublishing.github.token=${{ secrets.PUBLISHING_GITHUB_TOKEN }}
55- -Ppublishing.github=false
5653 -Ppublishing.space.user=${{ secrets.PUBLISHING_SPACE_USER }}
5754 -Ppublishing.space.token=${{ secrets.PUBLISHING_SPACE_TOKEN }}
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ readme {
167167}
168168
169169ksciencePublish {
170- github( " kmath-gsl" )
171- space()
170+ vcs( " https://github.com/mipt-npm/ kmath-gsl" )
171+ space(publish = true )
172172}
173173
174174apiValidation.nonPublicMarkers.add(" space.kscience.kmath.misc.UnstableKMathAPI" )
You can’t perform that action at this time.
0 commit comments