Skip to content

Commit

Permalink
feat:流水线变量语法支持两种风格 #10576
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Sep 26, 2024
1 parent d4e1b0d commit f59a5db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/ci/core/worker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ subprojects {

configurations.forEach {
it.exclude(group = "com.perforce", module = "*")
it.exclude(group = "com.google.guava", module = "*")
it.exclude(group = "com.googlecode.javaewah", module = "*")
it.exclude(group = "com.vdurmont", module = "*")
it.exclude(group = "com.github.ulisesbocchio", module = "*")
Expand Down

0 comments on commit f59a5db

Please sign in to comment.