Skip to content

Commit

Permalink
ci(gradle): Java兼容版本号配置路径调整 (#541)
Browse files Browse the repository at this point in the history
Signed-off-by: henry <[email protected]>
  • Loading branch information
henry-hub authored Sep 16, 2023
1 parent 0250f7b commit eb80ccd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ subprojects {
plugin("pub.ihub.plugin.ihub-verification")
plugin("pub.ihub.plugin.ihub-publish")
}
iHubBom.bomVersions.clear()
dependencies {
if (project.name != "ihub-core") {
"api"(project(":ihub-core"))
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import pub.ihub.plugin.IHubSettingsExtension

plugins {
id("pub.ihub.plugin.ihub-settings") version "1.4.0"
id("pub.ihub.plugin.ihub-settings") version "1.4.1-rc5"
}

configure<IHubSettingsExtension> {
Expand Down

0 comments on commit eb80ccd

Please sign in to comment.