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

Commit

Permalink
Intellijlogger configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Dec 17, 2022
1 parent 96e76d6 commit 6b39c78
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .intellijlogger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
destination: https://cloud.cs124.org/intellijlogger/
name: libcs1
emailLocation: email.txt
uploadOnClose: true
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

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

plugins {
kotlin("jvm") version "1.7.20"
kotlin("jvm") version "1.7.22"
`maven-publish`
id("org.jmailen.kotlinter") version "3.12.0"
id("com.github.ben-manes.versions") version "0.43.0"
Expand All @@ -14,8 +14,8 @@ repositories {
mavenCentral()
}
dependencies {
testImplementation("io.kotest:kotest-runner-junit5:5.5.3")
testImplementation("org.slf4j:slf4j-simple:2.0.3")
testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
testImplementation("org.slf4j:slf4j-simple:2.0.6")
}
tasks.dependencyUpdates {
fun String.isNonStable() = !(
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6b39c78

Please sign in to comment.