Skip to content

Commit

Permalink
require Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 9, 2024
1 parent 0f577c9 commit 51aafd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
}
compileJava {
options.release = 8
}
sourceSets {
main.java.srcDir genSrcDir
}
Expand All @@ -40,7 +37,7 @@ repositories {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
maven {
url project.citydbMavenUrl
url 'https://3dcitydb.org/maven'
}
mavenCentral()
}
Expand Down
1 change: 0 additions & 1 deletion properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ext {
// 3D City Database
citydbShortName = '3DCityDB'
citydbName = '3D City Database'
citydbMavenUrl = 'https://gitlab.lrz.de/api/v4/projects/150792/packages/maven'

// 3D City Database WFS
citydbWfsName = citydbName + ' Web Feature Service'
Expand Down

0 comments on commit 51aafd8

Please sign in to comment.