Skip to content

Commit

Permalink
Cleanup build-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Sep 30, 2024
1 parent 55f530f commit bd13372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion build-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
`kotlin-dsl`
`kotlin-dsl-precompiled-script-plugins`
}

dependencies {
Expand Down
6 changes: 3 additions & 3 deletions build-plugin/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)

repositories {
gradlePluginPortal()
google()
mavenCentral()
gradlePluginPortal()
}

versionCatalogs.create("libs") {
Expand Down

0 comments on commit bd13372

Please sign in to comment.