Skip to content

Commit

Permalink
accidentally required java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Jul 3, 2024
1 parent 06467a3 commit 1c98649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
api(plugin("tel.schich.dockcross", version = "0.1.0"))
api(plugin("tel.schich.dockcross", version = "0.1.1"))
}

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

0 comments on commit 1c98649

Please sign in to comment.