Skip to content

Commit

Permalink
around we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed May 8, 2021
1 parent 138de51 commit 0fdb05a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
buildscript {
repositories {
jcenter()
}

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

plugins {
id 'java'
id "org.jetbrains.kotlin.jvm" version '1.5.0'
id 'maven'
id 'org.jetbrains.dokka' version '1.4.32'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id "com.github.ben-manes.versions" version "0.38.0"
Expand Down

0 comments on commit 0fdb05a

Please sign in to comment.