Skip to content

Commit 2542465

Browse files
authored
Merge pull request #16 from SLNE-Development/feat/r2dbc
Feat/r2dbc
2 parents b1eaaec + 09334ae commit 2542465

File tree

146 files changed

+4487
-2890
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+4487
-2890
lines changed

.idea/gradle.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import dev.slne.surf.surfapi.gradle.util.slneReleases
2+
import org.jetbrains.kotlin.gradle.dsl.KotlinJvmExtension
23

34
buildscript {
45
repositories {
@@ -17,12 +18,22 @@ allprojects {
1718

1819
subprojects {
1920
afterEvaluate {
20-
plugins.withType<PublishingPlugin> {
21-
configure<PublishingExtension> {
22-
repositories {
23-
slneReleases()
24-
}
21+
configure<KotlinJvmExtension> {
22+
compilerOptions {
23+
optIn.add("dev.slne.clan.api.util.InternalClanApi")
2524
}
2625
}
2726
}
2827
}
28+
29+
//subprojects {
30+
// afterEvaluate {
31+
// plugins.withType<PublishingPlugin> {
32+
// configure<PublishingExtension> {
33+
// repositories {
34+
// slneReleases()
35+
// }
36+
// }
37+
// }
38+
// }
39+
//}

gradle/wrapper/gradle-wrapper.jar

4.08 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-9.4.0-20260119005809+0000-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
plugins {
2-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
2+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
33
}
44

55
rootProject.name = "surf-clan"
66

77
include("surf-clan-api")
88
include("surf-clan-core")
99
include("surf-clan-velocity")
10-
include("surf-clan-fallback")
10+
include("surf-clan-runtime")
1111
include("surf-clan-placeholder-expansion")

surf-clan-api/src/main/kotlin/dev/slne/clan/api/Clan.kt

Lines changed: 0 additions & 64 deletions
This file was deleted.

surf-clan-api/src/main/kotlin/dev/slne/clan/api/ClanModificationListener.kt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)