Skip to content

Commit

Permalink
Merge pull request #67 from sul-dlss/update-config
Browse files Browse the repository at this point in the history
Remove config deprecations
  • Loading branch information
jmartin-sul authored Nov 29, 2023
2 parents dfa7f28 + 890efc7 commit 80fe3f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ ext {
}

version = artifactVersionString

sourceCompatibility = 1.8
targetCompatibility = 1.8
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

repositories {
mavenCentral() // for jacoco and kt3k.coveralls plugins
jcenter() // for mockito
}

configurations {
Expand Down

0 comments on commit 80fe3f4

Please sign in to comment.