Skip to content

Commit

Permalink
java: support compilation by both 8 and 11 #1526
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jun 16, 2023
1 parent c55f8ae commit d47feae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java_console/inifile/build.gradle
Expand Up @@ -7,4 +7,5 @@ dependencies {
api project(':core_io')
// intention is to have happy self-contained shadowJar compatible both with java 8 and 11+
api global_libs.jaxb
api 'javax.activation:activation:1.1.1'
}

0 comments on commit d47feae

Please sign in to comment.