Skip to content

Commit 785f8b2

Browse files
committed
[Java] Upgrade to sevntu-checks:1.24.1.
1 parent 0cf1862 commit 785f8b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ subprojects {
111111
repositories {
112112
mavenLocal()
113113
mavenCentral()
114-
maven {
115-
url "http://sevntu-checkstyle.github.com/sevntu.checkstyle/maven2"
116-
}
117114
}
118115

119116
jar.enabled = true
@@ -122,7 +119,7 @@ subprojects {
122119

123120
dependencies {
124121
checkstyle 'com.puppycrawl.tools:checkstyle:8.0'
125-
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.1'
122+
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.24.1'
126123

127124
testCompile 'org.hamcrest:hamcrest-all:1.3'
128125
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)