File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 27
27
- name : Setup Gradle
28
28
uses : gradle/actions/setup-gradle@v4
29
29
- name : Test
30
- run : ./gradlew check -i - -no-daemon
30
+ run : ./gradlew check --no-daemon
31
31
- name : Upload Results
32
32
uses : actions/upload-artifact@v4
33
33
if : always() # This ensures that test results are uploaded even if the test step fails
54
54
# - name: Build and test
55
55
# run: sbt -v publishLocalGradleDependencies ++test
56
56
# working-directory: ./tasks-scala
57
- #
58
- # publish-snapshot:
59
- # runs-on: ubuntu-latest
60
- # needs: test
61
- # if: github.event_name == 'push' && github.ref == 'refs/heads/main'
62
- # steps:
63
- # - uses: actions/checkout@v3
64
- # - name: Set up JDK 11
65
- # uses: actions/setup-java@v3
66
- # with:
67
- # java-version: 11
68
- # distribution: 'temurin'
69
- # - name: Publish Snapshot
70
- # run: ./gradlew publish --no-daemon -i
71
- # env:
72
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
- # MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
74
- # MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
Original file line number Diff line number Diff line change 13
13
java-version : 17
14
14
distribution : ' temurin'
15
15
- name : Publish Snapshot
16
- run : ./gradlew -PbuildRelease=true build publish --no-daemon -i
16
+ run : ./gradlew -PbuildRelease=true build publish --no-daemon
17
17
env :
18
18
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
19
19
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.MAVEN_USERNAME }}
You can’t perform that action at this time.
0 commit comments