File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 4444 java-version : ${{ matrix.java }}
4545
4646 - name : 3. Build on Java ${{ matrix.java }}
47- run : ./gradlew build bintrayUpload --scan -PbintrayDryRun
47+ run : ./build.sh
4848
4949 #
5050 # Release job, only for pushes to the main development branch
7272 java-version : 8
7373
7474 - name : Build and publish to Bintray/MavenCentral
75- run : ./gradlew build bintrayUpload githubRelease --scan
75+ run : ./gradlew # TODO fix the release build
7676 env :
77- MAVEN_CENTRAL_RELEASE : ${{contains(toJSON(github.event.commits.*.message), '[ci maven-central-release]')}}
78- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
79- BINTRAY_API_KEY : ${{secrets.BINTRAY_API_KEY}}
8077 NEXUS_TOKEN_USER : ${{secrets.NEXUS_TOKEN_USER}}
8178 NEXUS_TOKEN_PWD : ${{secrets.NEXUS_TOKEN_PWD}}
You can’t perform that action at this time.
0 commit comments