Skip to content

Commit

Permalink
chore: Gradle deprecations warnings handled
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Aug 9, 2023
1 parent ae4742c commit 8912074
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'maven-publish'

sourceCompatibility = JavaVersion.VERSION_1_8

group = 'com.avast.gradle'
archivesBaseName = 'gradle-docker-compose-plugin'
version = version == 'unspecified' ? 'DEVELOPER-SNAPSHOT' : version
base {
archivesName = 'gradle-docker-compose-plugin'
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
}

repositories {
mavenCentral()
Expand Down

0 comments on commit 8912074

Please sign in to comment.