Skip to content

Commit

Permalink
Revert "[Change] Migrate from Maven -> Gradle"
Browse files Browse the repository at this point in the history
This reverts commit c814f85.
  • Loading branch information
CDAGaming committed Oct 12, 2022
1 parent 5559fcf commit e11c0ed
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 427 deletions.
18 changes: 0 additions & 18 deletions .gitattributes

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/ci.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/validate-gradle-wrapper.yml

This file was deleted.

44 changes: 28 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
#General
/repo
/.gradle
/build
# Compiled class file
*.class

#Eclipse
.settings
.metadata
.classpath
.project
/bin
# Log file
*.log

#IntelliJ Idea
/out
/.idea
# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Intellij Project Files
/.idea/
/out/
*.iml
*.iws
*.ipr
s101plugin.state

# Testing
/src/test/
/target/
67 changes: 0 additions & 67 deletions build.gradle

This file was deleted.

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

This file was deleted.

185 changes: 0 additions & 185 deletions gradlew

This file was deleted.

Loading

0 comments on commit e11c0ed

Please sign in to comment.