dont do tests, add mavenlocal for publishing

This commit is contained in:
ThatGamerBlue
2020-02-02 00:15:01 +00:00
parent b897a1de4a
commit f2478b86da
2 changed files with 7 additions and 2 deletions

View File

@@ -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")

View File

@@ -1,2 +1,6 @@
jdk:
- openjdk11
- openjdk11
install:
- echo "Welcome to OpenOSRS JitPack"
- chmod a+x ./gradlew
- ./gradlew build publishToMavenLocal -x test