forked from D-Cysteine/nei-custom-diagram
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE with an itemstack with a null item (#23)
Also update buildscript and deprecated gradle properties
- Loading branch information
1 parent
496c7b9
commit 407ab6a
Showing
7 changed files
with
21 additions
and
38 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -29,3 +29,4 @@ src/main/resources/mixins.*.json | |
*.bat | ||
*.DS_Store | ||
!gradlew.bat | ||
/src/main/generated |
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
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
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
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,23 +1,4 @@ | ||
// Add any additional repositories for your dependencies here | ||
|
||
repositories { | ||
|
||
maven { | ||
name = "GTNH" | ||
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/" | ||
} | ||
maven { | ||
name = "ic2" | ||
url = "https://maven.ic2.player.to/" | ||
metadataSources { | ||
mavenPom() | ||
artifact() | ||
} | ||
} | ||
maven { | ||
url "https://cursemaven.com" | ||
} | ||
maven{ | ||
url "https://maven.fabricmc.net/" | ||
} | ||
} |
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
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