Skip to content

Commit

Permalink
Switched from Maven to Gradle, JUnit 4 to JUnit 5
Browse files Browse the repository at this point in the history
  • Loading branch information
igorakkerman committed Jul 27, 2018
1 parent 24eaffa commit 4c95ee7
Show file tree
Hide file tree
Showing 49 changed files with 960 additions and 258 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Gradle
.gradle
gen
bin
build

# IntelliJ IDEA
/.idea/workspace.xml
/.idea/libraries
out
221 changes: 221 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.

20 changes: 20 additions & 0 deletions .idea/compiler.xml

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

7 changes: 7 additions & 0 deletions .idea/encodings.xml

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

18 changes: 18 additions & 0 deletions .idea/gradle.xml

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

Loading

0 comments on commit 4c95ee7

Please sign in to comment.