Skip to content

Commit

Permalink
use the published plugin now
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Jul 3, 2024
1 parent bff6439 commit 06467a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
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("tel.schich.dockcross:dockcross")
api(plugin("tel.schich.dockcross", version = "0.1.0"))
}

fun plugin(id: String, version: String) = "$id:$id.gradle.plugin:$version"
2 changes: 0 additions & 2 deletions conventions/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
includeBuild("../dockcross")

pluginManagement {
repositories {
mavenCentral()
Expand Down
1 change: 0 additions & 1 deletion dockcross
Submodule dockcross deleted from 95399d

0 comments on commit 06467a3

Please sign in to comment.