Skip to content

Commit

Permalink
fix: 移除导致无法构建的扫描组件
Browse files Browse the repository at this point in the history
  • Loading branch information
BingZi-233 committed Jan 8, 2024
1 parent 0f5a8b4 commit 1a98c86
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
`maven-publish`
id("io.izzel.taboolib") version "1.56"
id("org.jetbrains.kotlin.jvm") version "1.5.10"
id("org.sonarqube") version "4.4.1.3373"
}

taboolib {
Expand Down Expand Up @@ -91,10 +90,3 @@ publishing {
}
}
}

sonar {
properties {
property("sonar.projectKey", "BilibiliVideo")
property("sonar.projectName", "BilibiliVideo")
}
}

0 comments on commit 1a98c86

Please sign in to comment.