Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinBaseExtension
plugins {
`kotlin-dsl`
alias(libs.plugins.vaniktech) apply false
id("ru.astrainteractive.gradleplugin.detekt") version "2.0.0" apply true
id("ru.astrainteractive.gradleplugin.detekt") version "2.0.1" apply true
}

private fun requireProperty(key: String): String {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
agp = "9.1.0" # https://developer.android.com/build/releases/about-agp
agp = "9.2.0" # https://developer.android.com/build/releases/about-agp
detekt = "2.0.0-alpha.2" # https://detekt.dev/docs/gettingstarted/gradle/
dokka = "2.2.0" # https://github.com/kotlin/dokka
kobweb = "0.24.0" # https://github.com/varabyte/kobweb
kotlin = "2.3.20" # https://github.com/jetbrains/kotlin
kotlin = "2.3.21" # https://github.com/jetbrains/kotlin
vaniktech = "0.36.0" # https://github.com/vanniktech/gradle-maven-publish-plugin

[libraries]
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 5 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=wrapper/dists
50 changes: 32 additions & 18 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

171 changes: 82 additions & 89 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading