Skip to content

Commit de397be

Browse files
committed
Update Kores submodule
1 parent bd77434 commit de397be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
settings-path: ${{ github.workspace }} # location for the settings.xml file
2929

3030
- name: Build with Gradle
31-
run: gradle build
31+
run: gradle build -x :Kores:dokkaGfm
3232
env:
3333
USERNAME: ${{ github.actor }}
3434
TOKEN: ${{ secrets.GITHUB_TOKEN }}

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.10.bytecode.1'
21+
version '4.1.10.bytecode.2'
2222

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

0 commit comments

Comments
 (0)