Skip to content

Commit

Permalink
build: remove redundant plugin (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch authored Jul 3, 2024
1 parent 8ce6303 commit ad60bfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
id "org.sonarqube" version "5.0.0.4638"
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '8.0.0'
id 'dev.yumi.gradle.licenser' version '1.2.0'
id 'signing'
}

Expand All @@ -28,8 +27,8 @@ java {
}

compileJava {
sourceCompatibility = '17'
targetCompatibility = '17'
sourceCompatibility = '11'
targetCompatibility = '11'
}

configurations {
Expand Down

0 comments on commit ad60bfd

Please sign in to comment.