Skip to content

Commit

Permalink
ALFREDAPI-548 [test]
Browse files Browse the repository at this point in the history
  • Loading branch information
codingBenVdS committed Jun 13, 2024
1 parent 5cfc0e7 commit bf326bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ subprojects {
// subproject voor 7.x als JDK 11 override
group = 'eu.xenit.alfred.api'
version = versionWithoutQualifier + getVersionQualifier(System.env.BRANCH_NAME ?: 'local')
sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 17
targetCompatibility = 17
repositories {
mavenCentral()
maven { url "https://artifacts.alfresco.com/nexus/content/groups/public" }
Expand Down

0 comments on commit bf326bb

Please sign in to comment.