Skip to content

Commit dbd6253

Browse files
committed
Adjust repos so publish plugin's snapshot version can be found
1 parent 2a5c060 commit dbd6253

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

buildSrc/build.gradle

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -24,37 +24,6 @@ plugins {
2424

2525
compileJava.options.release = javaVersion.toString().toInteger()
2626

27-
repositories {
28-
// mavenLocal()
29-
maven {
30-
url = 'https://repository.apache.org/content/groups/snapshots'
31-
content {
32-
includeVersionByRegex('org[.]apache[.](grails|groovy).*', '.*', '.*SNAPSHOT')
33-
}
34-
}
35-
maven { url = 'https://repo.grails.org/grails/restricted' }
36-
maven {
37-
url = 'https://central.sonatype.com/repository/maven-snapshots'
38-
content {
39-
includeVersionByRegex('cloud[.]wondrify.*', '.*', '.*-SNAPSHOT')
40-
}
41-
mavenContent {
42-
snapshotsOnly()
43-
}
44-
}
45-
mavenCentral()
46-
gradlePluginPortal()
47-
maven {
48-
url = 'https://repository.apache.org/content/groups/staging'
49-
content {
50-
includeModuleByRegex('org[.]apache[.]grails[.]gradle', 'grails-publish')
51-
}
52-
mavenContent {
53-
releasesOnly()
54-
}
55-
}
56-
}
57-
5827
dependencies {
5928
implementation platform("org.apache.grails:grails-gradle-bom:$projectVersion")
6029
implementation 'org.apache.grails.gradle:grails-publish'

0 commit comments

Comments
 (0)