Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Revert last change
  • Loading branch information
jnerlich authored Jan 9, 2020
1 parent b5a4acc commit c869695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,6 @@ subprojects {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local/' }
}
test.finalizedBy(jacocoMerge)

//sonarqube {
//properties {
Expand All @@ -62,6 61,8 @@ subprojects {
}

sourceCompatibility = 1.8

test.finalizedBy(jacocoMerge)
}


Expand Down

0 comments on commit c869695

Please sign in to comment.