Skip to content

Commit

Permalink
Simplified a couple items in the gradle files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsvedin committed Feb 25, 2022
1 parent 6c698ac commit 8598b5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
9 changes: 0 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
import com.lightningkite.deployhelpers.*

buildscript {
repositories {
maven(url="https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
dependencies {
classpath("com.lightningkite:deploy-helpers:master-SNAPSHOT")
}
}

plugins {
kotlin("jvm")
id("org.jetbrains.dokka")
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
kotlin.code.style=official
dokkaVersion=1.6.0
kotlinVersion=1.6.10
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
buildscript {
val kotlinVersion: String by extra
val dokkaVersion: String by extra
repositories {
mavenLocal()
mavenCentral()
google()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:$dokkaVersion")
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
classpath("com.lightningkite:deploy-helpers:0.0.4")
// Add the Crashlytics Gradle plugin (be sure to add version
// 2.0.0 or later if you built your app with Android Studio 4.1).
}
Expand Down

0 comments on commit 8598b5c

Please sign in to comment.