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 202bfd1 commit 204be85Copy full SHA for 204be85
.gitignore
@@ -3,6 +3,8 @@
3
*.war
4
*.ear
5
build/
6
+
7
+.gradle/
8
gradle.properties
9
gradle/
10
gradlew
@@ -14,8 +16,5 @@ bin/
14
16
.project
15
17
.settings/
18
-.gradle/
19
.idea/
20
.vscode/
-
21
-.syntastic_javac_config
build.gradle
@@ -5,7 +5,6 @@ plugins {
id 'idea'
id 'maven-publish'
id 'signing'
- id "com.scuilion.syntastic" version "0.3.8"
id "com.prot.versioninfo" version "0.5"
}
11
0 commit comments