Skip to content

Commit

Permalink
Java 9 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHegarty committed Apr 3, 2018
1 parent 7cea795 commit 80fb4b5
Show file tree
Hide file tree
Showing 10 changed files with 456 additions and 55 deletions.
45 changes: 37 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,41 @@
*.iml
.idea
target
# Maven
*.versionsBackup
dependency-reduced-pom.xml
.project
.classpath
.settings
.factorypath
.apt_generated
target/

# Gradle
.gradle
out/
build/

# IntelliJ
*.iml
.idea/*
!.idea/copyright/
!.idea/codeStyles/
!.idea/codeStyleSettings.xml

# Eclipse
.project/
.classpath/
.settings/
.factorypath/
.apt_generated/

# Netbeans
nbproject/private/
nbbuild/
dist/
nbdist/
.nb-gradle/

# Logging
**/log/**

# Mac
.DS_Store

# Windows
thumbs.db
Desktop.ini
$RECYCLE.BIN/
288 changes: 288 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 80fb4b5

Please sign in to comment.