Skip to content

Commit

Permalink
fuxed failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
smalho01 committed Jan 12, 2022
1 parent b38507a commit bf2667c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven { url 'https://repo.spring.io/snapshot' }
maven { url 'http://repo.jenkins-ci.org/releases/' }
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.6.1'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.4.1'
}
}

Expand All @@ -18,7 +20,14 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

repositories {
jcenter()
mavenLocal()
maven {
url = uri('https://oss.sonatype.org/content/repositories/snapshots/')
}

maven {
url = uri('https://repo.maven.apache.org/maven2/')
}
}

dependencies {
Expand Down

0 comments on commit bf2667c

Please sign in to comment.