Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
minor version change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Apr 5, 2024
1 parent 4b42f88 commit f32f625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import com.github.jengelman.gradle.plugins.shadow.transformers.ServiceFileTransformer
import org.gradle.api.tasks.Exec
import org.gradle.api.tasks.Copy

plugins {
id("maven-publish")
Expand All @@ -19,7 +17,7 @@ repositories {
mavenCentral()
}

val ktor_version: String by project
val ktorVersion: String by project

dependencies {

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
#

kotlin.code.style=official
ktor_version=2.3.8
ktorVersion=2.3.8

0 comments on commit f32f625

Please sign in to comment.