Skip to content

Commit 1c98649

Browse files
committed
accidentally required java 21
1 parent 06467a3 commit 1c98649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conventions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
api(plugin("tel.schich.dockcross", version = "0.1.0"))
11+
api(plugin("tel.schich.dockcross", version = "0.1.1"))
1212
}
1313

1414
fun plugin(id: String, version: String) = "$id:$id.gradle.plugin:$version"

0 commit comments

Comments
 (0)