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 fb50530 commit 20c2f16Copy full SHA for 20c2f16
.github/workflows/build.yml
@@ -16,14 +16,11 @@ jobs:
16
with:
17
java-version: '17'
18
distribution: 'adopt'
19
-
20
- name: Build with Gradle
21
run: ./gradlew build shadowJar writeVersionToFile
22
23
- name: Read Version From File
24
id: read_version
25
run: echo "VERSION=$(cat build/version.txt)" >> $GITHUB_ENV
26
27
- name: Upload Artifact
28
uses: actions/upload-artifact@v2
29
gradle.properties
@@ -2,7 +2,7 @@ kotlin.stdlib.default.dependency=false
2
3
pluginSinceBuild = 222
4
pluginUntilBuild = 241.*
5
-version=1.0-SNAPSHOT
+version=1.0.1-SNAPSHOT
6
7
kotlin.code.style=official
8
kotlin.experimental.tryK2=true
0 commit comments