From a055350d130639e552f407e9e943f91f07defb7e Mon Sep 17 00:00:00 2001 From: ThatGamerBlue Date: Sat, 1 Feb 2020 23:53:25 +0000 Subject: [PATCH] gradle: attempt to fix jitpack --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 670e06998d..5e4db56bd9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,6 +59,7 @@ fun isNonStable(version: String): Boolean { allprojects { group = "com.openosrs" version = ProjectVersions.rlVersion + apply() } subprojects { @@ -72,7 +73,7 @@ subprojects { } apply() - apply() + //apply() apply(plugin = Plugins.testLogger.first) project.extra["gitCommit"] = localGitCommit