Skip to content

Commit

Permalink
Bump to 0.7.1 (I forgot)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Oct 28, 2023
1 parent a1364ee commit 6c7e80d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion minchat-client/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

import org.gradle.internal.impldep.org.intellij.lang.annotations.Language
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import java.io.OutputStream
import java.security.MessageDigest
Expand Down Expand Up @@ -232,7 +233,7 @@ val generateResources by tasks.registering {
} to "minchat-$name"
}

//language=kotlin
@Language("kotlin")
val result = """
|package io.minchat.client
|
Expand Down
3 changes: 2 additions & 1 deletion minchat-rest/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import org.gradle.internal.impldep.org.intellij.lang.annotations.Language
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.jetbrains.kotlin.util.suffixIfNot

Expand All @@ -21,7 +22,7 @@ dependencies {
}

val generateCacheService by tasks.registering {
//language=kotlin
@Language("kotlin")
val prefix = """
//
// THIS CLASS IS GENERATED BY THE generateCacheSerivce gradle task!
Expand Down
2 changes: 1 addition & 1 deletion remote/latest-stable.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"major": 0,
"minor": 7,
"patch": 0
"patch": 1
}

0 comments on commit 6c7e80d

Please sign in to comment.