Skip to content

Commit 7660a1b

Browse files
committed
chore: update version to 1.8.1 and adjust R2DBC relocation path
1 parent 29b89d2 commit 7660a1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

surf-api-gradle-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
group = groupId
2121
version = buildString {
2222
append(mcVersion)
23-
append("-1.8.0")
23+
append("-1.8.1")
2424
if (snapshot) append("-SNAPSHOT")
2525
}
2626

surf-api-gradle-plugin/src/main/kotlin/dev/slne/surf/surfapi/gradle/platform/core/CoreSurfPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ internal abstract class AbstractCoreSurfPlugin<E : CoreSurfExtension>(
3838

3939
tasks.withType<ShadowJar>().configureEach {
4040
doFirst {
41-
relocate("dev.slne.surf.database.r2dbc", extension.surfDatabaseR2dbcRelocation.get())
41+
relocate("dev.slne.surf.database", extension.surfDatabaseR2dbcRelocation.get())
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)