Skip to content

Commit

Permalink
Bump java version from 8 to 11 (#343)
Browse files Browse the repository at this point in the history
Consumes the rc from metafacture-core which also uses java 11.
See metafacture/metafacture-core#515 .
  • Loading branch information
dr0i committed Mar 5, 2024
1 parent 5de67d6 commit 8c9789a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -39,13 +39,13 @@ subprojects {
'equalsverifier': '3.8.2',
'guava': '29.0-jre',
'jackson': '2.13.3',
'jdk': '8',
'jdk': '11',
'jena': '3.17.0',
'jetty': '9.4.14.v20181114',
'jquery': '3.3.1-1',
'junit_jupiter': '5.8.2',
'junit_platform': '1.4.2',
'metafacture': '5.7.0',
'metafacture': '6.0.0-rc1-SNAPSHOT',
'mockito': '2.27.0',
'requirejs': '2.3.6',
'slf4j': '1.7.21',
Expand All @@ -55,7 +55,7 @@ subprojects {
}

group = 'org.metafacture'
version = '0.8.0-SNAPSHOT'
version = '1.0.0-SNAPSHOT'

apply plugin: 'checkstyle'
apply plugin: 'eclipse'
Expand Down

0 comments on commit 8c9789a

Please sign in to comment.