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 4dfc069 commit 977b1d9Copy full SHA for 977b1d9
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
distribution: 'temurin'
18
java-version: '17'
19
cache: 'gradle'
20
- - run: ./gradlew build --no-daemon --debug
+ - run: ./gradlew build --no-daemon
21
- name: Upload build artifact
22
uses: actions/upload-artifact@v3
23
with:
gradle.properties
@@ -1,5 +1,5 @@
1
group = me.sliman4.expressions
2
-version = 1.2.0-SNAPSHOT
+version = 1.2.0
3
description = Expressions-Expansion
4
5
org.gradle.jvmargs=-Xmx2G
0 commit comments