dont do tests, add mavenlocal for publishing
This commit is contained in:
@@ -64,7 +64,8 @@ allprojects {
|
||||
|
||||
subprojects {
|
||||
repositories {
|
||||
//mavenLocal()
|
||||
if (System.getenv("JITPACK") != null)
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
maven(url = "https://mvnrepository.com/artifact")
|
||||
maven(url = "https://repo.runelite.net")
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
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