We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78f767 commit 8015e2bCopy full SHA for 8015e2b
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id "org.sonarqube" version "3.2.0"
3
id "io.freefair.lombok" version "5.3.3.3"
4
- id 'java'
+ id 'java-library'
5
id 'jacoco'
6
}
7
@@ -21,9 +21,9 @@ repositories {
21
maven {
22
url 'https://repo.spring.io/libs-milestone'
23
24
- maven { url "http://repos.spring.io/snapshot" }
25
- maven { url "http://repos.spring.io/milestone" }
26
- maven { url "http://repos.spring.io/release" }
+ maven { url "https://repos.spring.io/snapshot" }
+ maven { url "https://repos.spring.io/milestone" }
+ maven { url "https://repos.spring.io/release" }
27
mavenCentral()
28
29
0 commit comments