Skip to content

Commit

Permalink
compile ranger plugin for java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
siddiquebagwan-gslab committed Nov 3, 2022
1 parent 0ca3383 commit a4b84aa
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 a4b84aa

Please sign in to comment.