Skip to content

Commit

Permalink
clean up build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed May 8, 2021
1 parent ff9d04f commit 4f0afd9
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
buildscript {
repositories {
jcenter()
}

dependencies {
classpath "com.github.ben-manes:gradle-versions-plugin:0.36.0"
}
}

plugins {
id 'java-library'
id 'maven-publish'
Expand All @@ -18,7 +8,7 @@ plugins {
}

group 'com.github.kwebio'
version '0.4.34'
version '0.4.35'

repositories {
mavenCentral()
Expand All @@ -31,7 +21,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.0"
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'net.incongru.watchservice:barbary-watchservice:1.0'
implementation "org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-protobuf:1.2.0"
implementation "org.mapdb:mapdb:3.0.8"
Expand Down

0 comments on commit 4f0afd9

Please sign in to comment.