Skip to content

Commit

Permalink
chore: convert project to maven & upgrade to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
HouariZegai committed Apr 16, 2022
1 parent 93dc62d commit f43496a
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 315 deletions.
22 changes: 4 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
# Maven
target/

# Idea
out/
.idea/
*.iml

# Ignore Gradle
.gradle
**/build/
!src/**/build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Cache of project
.gradletasknamecache

# Other
*.json
*.iml
33 changes: 0 additions & 33 deletions build.gradle

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

172 changes: 0 additions & 172 deletions gradlew

This file was deleted.

84 changes: 0 additions & 84 deletions gradlew.bat

This file was deleted.

Loading

0 comments on commit f43496a

Please sign in to comment.