Skip to content

Commit 0b71454

Browse files
committed
Fixing checkstyle error and bumping gradle version
1 parent b7b90a1 commit 0b71454

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

RSTAUI/src/main/java/org/fife/rsta/ui/search/FindToolBar.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
import java.util.regex.Pattern;
2525
import java.util.regex.PatternSyntaxException;
2626

27-
import javax.swing.AbstractAction;
28-
import javax.swing.ActionMap;
2927
import javax.swing.BorderFactory;
3028
import javax.swing.Box;
3129
import javax.swing.BoxLayout;

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
}
1717

1818
wrapper {
19-
gradleVersion = '6.1'
19+
gradleVersion = '6.1.1'
2020
}
2121
}
2222

@@ -27,7 +27,7 @@ subprojects {
2727
apply plugin: 'com.github.spotbugs'
2828

2929
checkstyle {
30-
toolVersion = '8.28'
30+
toolVersion = '8.29'
3131
}
3232

3333
tasks.withType(com.github.spotbugs.SpotBugsTask) {

gradle/wrapper/gradle-wrapper.jar

-7 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)