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 e835e4c commit ad62426Copy full SHA for ad62426
.github/workflows/gradle-publish.yml
@@ -17,6 +17,8 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v2
20
+ with:
21
+ submodules: true
22
- name: Set up JDK 16
23
uses: actions/setup-java@v2
24
with:
build.gradle
@@ -18,7 +18,7 @@ buildscript {
}
group 'com.github.koresframework'
-version '4.1.9.bytecode'
+version '4.1.9.bytecode.1'
apply from: project(":Kores").file("gradle/common.gradle")
0 commit comments