File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change @@ -24,37 +24,6 @@ plugins {
2424
2525compileJava. 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-
5827dependencies {
5928 implementation platform(" org.apache.grails:grails-gradle-bom:$projectVersion " )
6029 implementation ' org.apache.grails.gradle:grails-publish'
You can’t perform that action at this time.
0 commit comments