Skip to content

Commit

Permalink
Go back to Java 7, because jitpack is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Mar 5, 2016
1 parent 6aa12f5 commit 122f601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ buildscript {
}
}

sourceCompatibility = 1.6
sourceCompatibility = 1.7
group = "com.github.sybila"
archivesBaseName = "ctl-parser"
version = '1.2.1'
version = '1.2.2'

//antlr config
generateGrammarSource {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Feb 09 21:10:17 CET 2016
#Mon Feb 29 20:06:53 CET 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 122f601

Please sign in to comment.