Skip to content

Commit 977b1d9

Browse files
committed
release: Version 1.2.0
1 parent 4dfc069 commit 977b1d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: 'temurin'
1818
java-version: '17'
1919
cache: 'gradle'
20-
- run: ./gradlew build --no-daemon --debug
20+
- run: ./gradlew build --no-daemon
2121
- name: Upload build artifact
2222
uses: actions/upload-artifact@v3
2323
with:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = me.sliman4.expressions
2-
version = 1.2.0-SNAPSHOT
2+
version = 1.2.0
33
description = Expressions-Expansion
44

55
org.gradle.jvmargs=-Xmx2G

0 commit comments

Comments
 (0)