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 938ecd3 commit fac37fdCopy full SHA for fac37fd
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v2
16
- name: Set up JDK 1.8
17
uses: actions/setup-java@v1
18
- with:git
+ with:
19
java-version: 1.8
20
- name: Grant permission for gradlew
21
run: chmod +x gradlew
build.gradle
@@ -38,7 +38,7 @@ test {
38
}
39
40
// Manual overrides
41
-version = '0.9.2'
+version = '0.9.3'
42
group = 'org.vechain'
43
archivesBaseName = 'devkit'
44
0 commit comments