Skip to content

Commit d93c848

Browse files
committed
fix GH actions
1 parent 7dac219 commit d93c848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id("com.github.johnrengelman.shadow") version "5.2.0"
1212
}
1313

14-
subprojects {
14+
allprojects {
1515
apply(plugin = "java")
1616
apply(plugin = "java-library")
1717
apply(plugin = "org.jetbrains.kotlin.jvm")

0 commit comments

Comments
 (0)