Upgrade to Gradle 7.4.2, Nebula release 16.0.0, Kotlin 1.6.20
This commit is contained in:
@@ -4,7 +4,7 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.17"
|
||||
classpath "com.netflix.nebula:nebula-release-plugin:15.3.1"
|
||||
classpath "com.netflix.nebula:nebula-release-plugin:16.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ def doNotPublish = ["openrndr-demos"]
|
||||
project.ext {
|
||||
kotlinApiVersion = '1.6'
|
||||
kotlinLanguageVersion = '1.6'
|
||||
kotlinVersion = '1.6.10'
|
||||
kotlinVersion = '1.6.20'
|
||||
kotlinxCoroutinesVersion = '1.6.0'
|
||||
kotlinLoggingVersion = '2.1.21'
|
||||
kotlinxSerializationVersion = '1.3.2'
|
||||
@@ -88,6 +88,7 @@ allprojects {
|
||||
url = "https://maven.openrndr.org"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
switch (org.gradle.internal.os.OperatingSystem.current()) {
|
||||
@@ -375,6 +376,8 @@ nexusPublishing {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
//configure(allprojects.findAll { it.name != "openrndr-demos" }) {
|
||||
// apply plugin: 'maven-publish'
|
||||
// apply plugin: 'nebula.release'
|
||||
|
||||
Reference in New Issue
Block a user