forked from OpenMods/OpenBlocks
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into Grave_Fix
- Loading branch information
Showing
11 changed files
with
175 additions
and
51 deletions.
There are no files selected for viewing
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,10 +1,10 @@ | ||
// Add your dependencies here | ||
|
||
dependencies { | ||
compile('com.github.GTNewHorizons:OpenModsLib:0.10.4:dev') | ||
api('com.github.GTNewHorizons:OpenModsLib:0.10.6:dev') | ||
|
||
compile('openperipheral:OpenPeripheralCore-API:3.4.1') | ||
|
||
compileOnly('openperipheral:OpenPeripheralCore-API:3.4.1') | ||
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.4.12-GTNH:dev') | ||
compileOnly('curse.maven:computercraft-67504:2269339') | ||
} |
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,21 +1,7 @@ | ||
// Add any additional repositories for your dependencies here | ||
|
||
repositories { | ||
maven { | ||
name 'GTNH Maven' | ||
url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/' | ||
allowInsecureProtocol | ||
} | ||
maven { | ||
url 'https://repo.openmods.info/artifactory/openmods/' | ||
} | ||
maven { | ||
url 'https://cursemaven.com' | ||
content { | ||
includeGroup 'curse.maven' | ||
} | ||
} | ||
maven { | ||
url = 'https://jitpack.io' | ||
} | ||
} |
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
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
Oops, something went wrong.