fix: maybe actually fixed gradle publishing for real this time??

This commit is contained in:
Ryan Brink
2024-10-31 11:41:14 -04:00
parent 0958d5a874
commit 9bd3b2e1e6
4 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,8 @@
# Kompendium
project.version=4.0.0-test
project.version=4.0.1
# Kotlin
kotlin.code.style=official
#kotlin.experimental.tryK2=true
# Gradle
org.gradle.vfs.watch=true
@ -13,7 +12,7 @@ org.gradle.parallel=true
# Dependencies
kotlinVersion=2.0.21
kotlinSerializeVersion=1.7.+
kotlinSerializeVersion=1.7.3
ktorVersion=3.0.1
kotestVersion=6.0.0.M1
detektVersion=1.23.7