Skip to content

Commit

Permalink
Fix the annoying dependency crashes
Browse files Browse the repository at this point in the history
Also massively improved the Gradle script, bumped up the version, and added a release task.

Signed-off-by: Mahtaran <[email protected]>
  • Loading branch information
mahtaran committed Jan 21, 2019
1 parent 61fd653 commit 2e4a3c4
Show file tree
Hide file tree
Showing 22 changed files with 482 additions and 196 deletions.
55 changes: 18 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,25 @@
.gradle/
.settings/
.metadata/
bin/
build/
run/
eclipse/

# eclipse
bin
*.launch
.settings
.metadata
.classpath
.project
1.10_Client.launch
1.10_Server.launch
1.10_Client 2.launch
sonarqube.sh

GoreCore_ClientUUIDCache.txt
/config
logs/
options.txt
saves/
usercache.json
usernamecache.json
screenshots/

crash-reports/
resourcepacks/

docs/.sass-cache
docs/styles.css.map
Client.launch
Client 2.launch
Server.launch

**/.sass-cache
**/.sass-cache/*
.idea/
code.iml
out/

# idea
out
classes
*.ipr
*.iws
*.iml
.idea

# gradle
build
.gradle

**/Thumbs.db
# other
eclipse
run
ignore*
secrets.properties
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ adds content from [*Avatar: The Last Airbender*](https://en.wikipedia.org/wiki/A
The mod already has all four major types of bending; many unique, multipurpose Abilities; and mobs
and animals from the Avatar world. More information is available at the [wiki](http://projectkorra.wikia.com/wiki/Av2).

Important: Looking for developer
--------------------------------

We are currently looking for a new lead developer to carry on the mod. More information is available here:

[Looking for lead developer to take over Avatar Mod 2](http://www.minecraftforum.net/forums/mapping-and-modding-java-edition/minecraft-mods/modification-development/2876693-looking-for-lead-developer-to-take-over-avatar-mod)

Thank you! :)

End Users
---------

Expand Down
2 changes: 1 addition & 1 deletion build unix.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
./gradlew clean build
./gradlew cleanBuild
read -n 1 -s -r -p "Press any key to continue"
2 changes: 1 addition & 1 deletion build windows.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
call gradlew clean build
call gradlew cleanBuild
pause
Loading

0 comments on commit 2e4a3c4

Please sign in to comment.