Skip to content

Commit 20c2f16

Browse files
committed
1.0.1-SNAPSHOT
1 parent fb50530 commit 20c2f16

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@ jobs:
1616
with:
1717
java-version: '17'
1818
distribution: 'adopt'
19-
2019
- name: Build with Gradle
2120
run: ./gradlew build shadowJar writeVersionToFile
22-
2321
- name: Read Version From File
2422
id: read_version
2523
run: echo "VERSION=$(cat build/version.txt)" >> $GITHUB_ENV
26-
2724
- name: Upload Artifact
2825
uses: actions/upload-artifact@v2
2926
with:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kotlin.stdlib.default.dependency=false
22

33
pluginSinceBuild = 222
44
pluginUntilBuild = 241.*
5-
version=1.0-SNAPSHOT
5+
version=1.0.1-SNAPSHOT
66

77
kotlin.code.style=official
88
kotlin.experimental.tryK2=true

0 commit comments

Comments
 (0)