Skip to content

Commit

Permalink
Checkout sub
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanxD committed Aug 13, 2021
1 parent e835e4c commit ad62426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up JDK 16
uses: actions/setup-java@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit ad62426

Please sign in to comment.