Skip to content

Commit

Permalink
upgrade the dockcross plugin to support compiling on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Jul 21, 2024
1 parent 1379832 commit 615fcf8
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.1"))
api(plugin("tel.schich.dockcross", version = "0.2.3"))
}

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

0 comments on commit 615fcf8

Please sign in to comment.