Skip to content

Commit

Permalink
Specify plugin repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoo committed Nov 26, 2022
1 parent 15db428 commit 5ad913c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
plugins {
id("com.gradle.plugin-publish") version "0.14.0"
id("org.asciidoctor.jvm.convert") version "3.3.2"
Expand Down

0 comments on commit 5ad913c

Please sign in to comment.