Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Plugin and Diozero updates only
  • Loading branch information
EAGrahamJr authored Jan 5, 2025
1 parent 84df891 commit 445e436
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
buildscript {
dependencies {
classpath("crackers.buildstuff:crackers-gradle-plugins:1.0.1")
}
}

plugins {
kotlin("jvm") version "1.9.0"
idea
id("org.jmailen.kotlinter") version "3.12.0"
id("library-publish") version "1.0.1"
id("org.jetbrains.dokka") version "1.8.10"
// ***NOTE*** semver is applied on push, so it's the _next_ version
id("net.thauvin.erik.gradle.semver") version "1.0.4"
id("crackers.buildstuff.crackers-gradle-plugins") version "1.1.0"
}

repositories {
mavenCentral()
mavenLocal()
}

val DIOZERO_VER = "1.4.0"
val DIOZERO_VER = "1.4.1"
group = "crackers.kobots"

dependencies {
Expand Down

0 comments on commit 445e436

Please sign in to comment.