Skip to content

Commit

Permalink
Apply 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Jul 18, 2024
1 parent 6c3ef9a commit 40261ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ dependencies {
}

rootProject.run {
repositories {
gradlePluginPortal()
buildscript {
repositories {
gradlePluginPortal()
}
}
apply(plugin = "io.github.gradle-nexus.publish-plugin")
group = rootProject.properties["group"] as String
Expand Down

0 comments on commit 40261ef

Please sign in to comment.