Skip to content

Commit 8015e2b

Browse files
author
Nigel.Zheng
committed
chore: change to java-library
1 parent e78f767 commit 8015e2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "org.sonarqube" version "3.2.0"
33
id "io.freefair.lombok" version "5.3.3.3"
4-
id 'java'
4+
id 'java-library'
55
id 'jacoco'
66
}
77

@@ -21,9 +21,9 @@ repositories {
2121
maven {
2222
url 'https://repo.spring.io/libs-milestone'
2323
}
24-
maven { url "http://repos.spring.io/snapshot" }
25-
maven { url "http://repos.spring.io/milestone" }
26-
maven { url "http://repos.spring.io/release" }
24+
maven { url "https://repos.spring.io/snapshot" }
25+
maven { url "https://repos.spring.io/milestone" }
26+
maven { url "https://repos.spring.io/release" }
2727
mavenCentral()
2828
}
2929

0 commit comments

Comments
 (0)