Skip to content

Commit

Permalink
Fixed maven central for dependabot?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed May 6, 2022
1 parent 6845505 commit 7e2053b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,11 @@ allprojects {
group('de.m4rc3l.luna')

repositories {
mavenCentral {
content {
excludeGroup('de.m4rc3l.nova')
}
}
maven {
url 'https://mvn.m4rc3l.de'
content {
includeGroup('de.m4rc3l.nova')
}
content { includeGroup('de.m4rc3l.nova') }
}
maven { url 'https://repo1.maven.org/maven2' }
maven { url 'https://repo.spring.io/release' }
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pluginManagement {
repositories {
mavenCentral {
maven {
url 'https://repo1.maven.org/maven2'
content { includeModule('org.hibernate', 'hibernate-gradle-plugin') }
}
gradlePluginPortal()
Expand Down

0 comments on commit 7e2053b

Please sign in to comment.