Skip to content

Commit

Permalink
修复网页端无法启动的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Mar 17, 2023
1 parent 82b7fdb commit 3da0118
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.gdpl2112"
version = "1.0"
version = "1.1"

repositories {
maven("https://maven.aliyun.com/repository/public")
Expand All @@ -16,9 +16,9 @@ repositories {

dependencies {
implementation("io.github.Kloping:spt-web:0.2.0") {
exclude(group = "io.github.Kloping", module = "SpringTool")
exclude(group ="io.github.Kloping", module = "JvUtils")
exclude(group ="com.alibaba", module = "fastjson")
exclude(group ="org.jsoup", module = "jsoup")
// exclude(group = "io.github.Kloping", module = "SpringTool")
// exclude(group ="io.github.Kloping", module = "JvUtils")
// exclude(group ="com.alibaba", module = "fastjson")
// exclude(group ="org.jsoup", module = "jsoup")
}
}

0 comments on commit 3da0118

Please sign in to comment.