Skip to content

Commit

Permalink
Resolves #476.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Oct 17, 2022
1 parent 33ae9b3 commit ac35747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dropbox-sdk-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencyGuard {
configuration("runtimeClasspath")
}

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

ext {
mavenName = 'Official Dropbox Java SDK'
Expand Down

0 comments on commit ac35747

Please sign in to comment.