Merge branch '3.3.x'

This commit is contained in:
Marcus Hert Da Coregio
2024-08-15 11:06:31 -03:00
2 changed files with 0 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_17
repositories {
jcenter()
gradlePluginPortal()
mavenCentral()
maven { url 'https://repo.spring.io/plugins-release/' }

View File

@@ -35,11 +35,6 @@ class RepositoryConventionPlugin implements Plugin<Project> {
mavenLocal()
}
mavenCentral()
jcenter() {
content {
includeGroup "org.gretty"
}
}
if (isSnapshot) {
maven {
name = 'artifactory-snapshot'