From ef25b9a10139dd72f3160999a4296e1aa9e1dc79 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Mon, 12 Apr 2021 13:55:47 +0200 Subject: [PATCH] Change maven url to https://maven.openrndr.org --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ab957db..7929ea9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform /* the name of this project, default is the template version but you are free to change these */ group = "org.openrndr.template" -version = "0.3.16" +version = "0.3.17" val applicationMainClass = "TemplateProgramKt" @@ -135,7 +135,7 @@ repositories { if (openrndrUseSnapshot || orxUseSnapshot) { mavenLocal() } - maven(url = "https://dl.bintray.com/openrndr/openrndr") + maven(url = "https://maven.openrndr.org") } fun DependencyHandler.orx(module: String): Any {