Skip to content

Commit

Permalink
* Fixed build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuzel committed Nov 7, 2020
1 parent c5940c0 commit d454c3a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
plugins {
//id 'java'
id 'java-library'
id 'maven-publish'
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

repositories {
mavenCentral()
Expand Down

0 comments on commit d454c3a

Please sign in to comment.