Compare commits

..

1 Commits

Author SHA1 Message Date
Edwin Jakobs
ef25b9a101 Change maven url to https://maven.openrndr.org 2021-04-12 13:55:47 +02:00

View File

@@ -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 {