Skip to content

Commit

Permalink
Move nokee setup completely into buildSrc
Browse files Browse the repository at this point in the history
  • Loading branch information
weisJ committed Jul 31, 2022
1 parent 476676d commit df7dd06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions buildSrc/.nokee-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.4.0-202112012027.ff552c41
4 changes: 3 additions & 1 deletion buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
rootProject.name = "buildSrc"

plugins {
id("dev.nokee.nokee-version-management")
id("dev.nokee.nokee-version-management") version("1.0.0")
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ darklaf.version = 3.0.1
# Plugins
com.github.vlsi.vlsi-release-plugins.version = 1.74
com.diffplug.spotless.version = 6.0.3
nokee.version = 0.4.0-202112012027.ff552c41
org.ajoberstar.grgit.version = 4.1.0
ktlint.version = 0.43.2
net.ltgt.errorprone.version = 2.0.2
Expand Down
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ pluginManagement {
}
}

plugins {
id("dev.nokee.nokee-version-management") version("1.0.0")
}

dependencyResolutionManagement {
versionCatalogs {
fun VersionCatalogBuilder.idv(name: String, coordinates: String, versionRef: String = name) {
Expand Down

0 comments on commit df7dd06

Please sign in to comment.