Skip to content

Commit

Permalink
0.7.6.SUMO-7, also Java 8 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mccartney committed Nov 20, 2024
1 parent e25eb51 commit 385e16f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ subprojects {
publications {
maven(MavenPublication) {
groupId = 'com.netflix.archaius'
version = '0.7.6.SUMO-6'
version = '0.7.6.SUMO-7'

artifact jar
artifact sourcesJar
Expand Down Expand Up @@ -136,8 +136,8 @@ project(':archaius-zookeeper') {
}

project(':archaius-etcd') {
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
compile project(':archaius-core')
Expand All @@ -163,8 +163,8 @@ project(':archaius-scala') {
project(':archaius-scala_2.11') {
apply plugin: 'scala'

sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.8
targetCompatibility = 1.8

buildDir = 'build_2.11'

Expand Down

0 comments on commit 385e16f

Please sign in to comment.