Skip to content

Commit

Permalink
Updated use of self in build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Oct 7, 2023
1 parent fe14f69 commit bebef52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
kotlin("jvm") version("1.9.0")
`kotlin-dsl`
val dgt = "1.18.7+"
id("xyz.deftu.gradle.tools.repo") version(dgt)
id("xyz.deftu.gradle.tools.configure") version(dgt)
id("xyz.deftu.gradle.tools.maven-publishing") version(dgt)
id("xyz.deftu.gradle.tools.github-publishing") version(dgt)
val dgt = "1.21.0"
id("dev.deftu.gradle.tools.repo") version(dgt)
id("dev.deftu.gradle.tools.configure") version(dgt)
id("dev.deftu.gradle.tools.maven-publishing") version(dgt)
id("dev.deftu.gradle.tools.github-publishing") version(dgt)
}

toolkitGitHubPublishing {
Expand Down

0 comments on commit bebef52

Please sign in to comment.