Skip to content

Commit

Permalink
Merge pull request #11 from SumoLogic/goledzki-0.7.6.SUMO-7
Browse files Browse the repository at this point in the history
0.7.6.SUMO-7, also Java 8 everywhere
  • Loading branch information
mccartney authored Nov 20, 2024
2 parents e25eb51 + 385e16f commit 39db10c
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 39db10c

Please sign in to comment.