Skip to content

Commit ad62426

Browse files
committed
Checkout sub
1 parent e835e4c commit ad62426

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20+
with:
21+
submodules: true
2022
- name: Set up JDK 16
2123
uses: actions/setup-java@v2
2224
with:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818
}
1919

2020
group 'com.github.koresframework'
21-
version '4.1.9.bytecode'
21+
version '4.1.9.bytecode.1'
2222

2323
apply from: project(":Kores").file("gradle/common.gradle")
2424

0 commit comments

Comments
 (0)