Skip to content

Commit

Permalink
移除 TunerGamesEncryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren committed Sep 9, 2023
1 parent 860ed31 commit ceecc67
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion TunerGamesEncryption
Submodule TunerGamesEncryption deleted from 500173
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ allprojects {
includeGroup("com.mojang")
}
}
maven {
name = "Taskeren Repo Snapshot"
url = uri("http://play.elytra.cn:31055/snapshots")
isAllowInsecureProtocol = true
}
}

tasks.withType<JavaCompile> {
Expand Down
2 changes: 1 addition & 1 deletion resource/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
api(project(":labyrinth"))

implementation(project(":tunergames-encryption"))
implementation("cn.taskeren.explode3:caretaker:1.0.0-SNAPSHOT")

implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.85.0")
Expand Down
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ fun includePlugin(pluginName: String) {
includePlugin("maintain")
includePlugin("url-redirect-resource")
includePlugin("aliyun-oss-resource")

// TunerGames 加密解密库
include("tunergames-encryption")
project(":tunergames-encryption").projectDir = file("TunerGamesEncryption")

0 comments on commit ceecc67

Please sign in to comment.