Skip to content

Commit

Permalink
fix(): compile ranger plugin for java 8 (#6355)
Browse files Browse the repository at this point in the history
Co-authored-by: MohdSiddique Bagwan <[email protected]>
Co-authored-by: John Joyce <[email protected]>
  • Loading branch information
3 people authored Nov 3, 2022
1 parent 39c84c2 commit 3301836
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions datahub-ranger-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ test {
useJUnit()
}

compileJava {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}

dependencies {
implementation 'org.apache.ranger:ranger-plugins-common:2.2.0'
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.1'
Expand Down

0 comments on commit 3301836

Please sign in to comment.