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 428cc39 commit d36280aCopy full SHA for d36280a
.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:
@@ -63,5 +60,5 @@ jobs:
63
60
with:
64
61
java-version: 21
65
62
distribution: temurin
66
- - name: Test with Gradle
+ - name: Build and release with Gradle
67
run: ./gradlew githubRelease
0 commit comments