Skip to content

Commit

Permalink
chore: Move nebula to versions catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Dec 7, 2023
1 parent d4dd482 commit 3688c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ plugins {
alias(libs.plugins.license)
alias(libs.plugins.download)
alias(libs.plugins.gradle.extensions) apply false
id("nebula.release") version "18.0.8"
alias(libs.plugins.nebula.release)
// id("nebula.release") version "18.0.8"

}

Expand Down Expand Up @@ -176,7 +177,7 @@ allprojects {
}

tasks {
create("v") {
register("v") {
doLast {
println("Version : ${project.version}")
}
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ download = { id = "de.undercouch.download", version = "5.5.0" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
versions = { id = "com.github.ben-manes.versions", version = "0.49.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
gradle-extensions = { id = "com.github.vlsi.gradle-extensions", version = "1.90" }
gradle-extensions = { id = "com.github.vlsi.gradle-extensions", version = "1.90" }
nebula-release = { id = "nebula.release", version = "18.0.8" }

0 comments on commit 3688c01

Please sign in to comment.