We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590e4b6 commit ccafbdbCopy full SHA for ccafbdb
2 files changed
build-logic/build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'codenarc'
7
}
8
9
-def javaTarget = 11
+def javaTarget = 17
10
java {
11
def javaVersion = JavaVersion.toVersion(javaTarget)
12
sourceCompatibility = javaVersion
build-logic/settings.gradle
@@ -2,14 +2,14 @@ pluginManagement {
2
repositories {
3
maven {
4
name = "stellardriftReleases"
5
- url = "https://repo.stellardrift.ca/repository/internal/"
+ url = "https://repo.stellardrift.ca/maven/internal/"
mavenContent { releasesOnly() }
plugins {
- id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
+ id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
13
14
15
dependencyResolutionManagement {
0 commit comments