Skip to content

Commit 204be85

Browse files
authored
Drop syntastic plugin (#66)
1 parent 202bfd1 commit 204be85

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*.war
44
*.ear
55
build/
6+
7+
.gradle/
68
gradle.properties
79
gradle/
810
gradlew
@@ -14,8 +16,5 @@ bin/
1416
.project
1517
.settings/
1618

17-
.gradle/
1819
.idea/
1920
.vscode/
20-
21-
.syntastic_javac_config

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ plugins {
55
id 'idea'
66
id 'maven-publish'
77
id 'signing'
8-
id "com.scuilion.syntastic" version "0.3.8"
98
id "com.prot.versioninfo" version "0.5"
109
}
1110

0 commit comments

Comments
 (0)