Skip to content

Commit

Permalink
remove maven publish (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacm authored Dec 26, 2023
1 parent 10d8e6c commit e372ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autotracker-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ tasks.clean {
// 2. 放断点
// 3. 新建 remote JVM debug ,运行 debug
// 4. 运行构建,开始调试 ./gradlew assembleDebug
apply("publishMavenWithPluginMarker.gradle")
// apply("publishMavenWithPluginMarker.gradle")
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ tasks.jar {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}

apply("publishMavenWithPluginMarker.gradle")
//apply("publishMavenWithPluginMarker.gradle")

0 comments on commit e372ad7

Please sign in to comment.