dont do tests, add mavenlocal for publishing
This commit is contained in:
@@ -64,7 +64,8 @@ allprojects {
|
|||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
repositories {
|
repositories {
|
||||||
//mavenLocal()
|
if (System.getenv("JITPACK") != null)
|
||||||
|
mavenLocal()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven(url = "https://mvnrepository.com/artifact")
|
maven(url = "https://mvnrepository.com/artifact")
|
||||||
maven(url = "https://repo.runelite.net")
|
maven(url = "https://repo.runelite.net")
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
jdk:
|
jdk:
|
||||||
- openjdk11
|
- openjdk11
|
||||||
|
install:
|
||||||
|
- echo "Welcome to OpenOSRS JitPack"
|
||||||
|
- chmod a+x ./gradlew
|
||||||
|
- ./gradlew build publishToMavenLocal -x test
|
||||||
|
|||||||
Reference in New Issue
Block a user