forked from CDAGaming/DiscordIPC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[Change] Migrate from Maven -> Gradle"
This reverts commit c814f85.
- Loading branch information
Showing
11 changed files
with
99 additions
and
427 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.