Skip to content

Commit 06467a3

Browse files
committed
use the published plugin now
1 parent bff6439 commit 06467a3

3 files changed

Lines changed: 1 addition & 4 deletions

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("tel.schich.dockcross:dockcross")
11+
api(plugin("tel.schich.dockcross", version = "0.1.0"))
1212
}
1313

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

conventions/settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
includeBuild("../dockcross")
2-
31
pluginManagement {
42
repositories {
53
mavenCentral()

dockcross

Submodule dockcross deleted from 95399d3

0 commit comments

Comments
 (0)