We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628ac53 commit cdf1ab2Copy full SHA for cdf1ab2
.github/workflows/test_and_build.yml
@@ -1,6 +1,3 @@
1
-# This workflow will build a Java project with Gradle
2
-# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
3
-
4
name: Test and Build
5
6
on:
@@ -56,5 +53,5 @@ jobs:
56
53
with:
57
54
java-version: 21
58
55
distribution: temurin
59
- - name: Test with Gradle
+ - name: Build and release with Gradle
60
run: ./gradlew githubRelease
0 commit comments