Skip to content

Commit

Permalink
Clean up gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgehog1029 committed Mar 21, 2020
1 parent b556855 commit 370f64f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 257 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ out
# gradle
build
.gradle
gradle/wrapper/gradle-wrapper.jar
gradlew*

# other
eclipse
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ minecraft {
// simply re-run your setup task after changing the mappings to update your workspace.
mappings = "snapshot_20171003"
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.

runClient {
args '--username', project.property('minecraft.username')
}
}

repositories {
Expand Down
4 changes: 1 addition & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
org.gradle.jvmargs=-Xmx3G

top_version=1.12:1.12-1.4.20-12
redstoneflux_version=1.12-2.1.0.7:universal
minecraft.username=Player101
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
164 changes: 0 additions & 164 deletions gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions gradlew.bat

This file was deleted.

0 comments on commit 370f64f

Please sign in to comment.