Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Add settings.gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Oct 30, 2022
1 parent 9e24153 commit 96e76d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.cs125-illinois"
version = "2022.9.1"
version = "2022.10.0"

plugins {
kotlin("jvm") version "1.7.20"
`maven-publish`
id("org.jmailen.kotlinter") version "3.12.0"
id("com.github.ben-manes.versions") version "0.42.0"
id("com.github.ben-manes.versions") version "0.43.0"
id("io.gitlab.arturbosch.detekt") version "1.21.0"
}
repositories {
mavenCentral()
}
dependencies {
testImplementation("io.kotest:kotest-runner-junit5:5.4.2")
testImplementation("io.kotest:kotest-runner-junit5:5.5.3")
testImplementation("org.slf4j:slf4j-simple:2.0.3")
}
tasks.dependencyUpdates {
Expand Down
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}

0 comments on commit 96e76d6

Please sign in to comment.