Skip to content

Commit

Permalink
chore(deps): Update KSR
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Nov 15, 2024
1 parent d97e2ac commit 37f7cf1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ hs_err_pid*
replay_pid*
!gradle/wrapper/gradle-wrapper.jar

## Kotlin
.kotlin/

## Intellij
.idea/
*.ipr
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shadow = "8.3.5"
indra = "3.1.3"
toxopid = "4.1.1"
spotless = "6.25.0"
ksr = "2.0.0-SNAPSHOT"
ksr = "2.0.0"
dokka = "1.9.20"

# utilities
Expand Down Expand Up @@ -53,5 +53,5 @@ toxopid = { id = "com.xpdustry.toxopid", version.ref = "toxopid" }
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin-core" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin-core" }
ksr = { id = "com.xpdustry.ksr", version.ref = "ksr" }
ksr = { id = "com.xpdustry.kotlin-shadow-relocator", version.ref = "ksr" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
7 changes: 2 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}
"extends": ["local>xpdustry/.github:renovate-shared"]
}
15 changes: 0 additions & 15 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://maven.xpdustry.com/releases") {
name = "xpdustry-releases"
mavenContent { releasesOnly() }
}
maven("https://maven.xpdustry.com/snapshots") {
name = "xpdustry-snapshots"
mavenContent { snapshotsOnly() }
}
}
}

// The project name, used as the name of the final artifact
rootProject.name = "nohorny"

0 comments on commit 37f7cf1

Please sign in to comment.