Skip to content

Commit

Permalink
Merge pull request #3201 from vmware/jhua/test
Browse files Browse the repository at this point in the history
Fix the build error:
  • Loading branch information
jhua-vmware authored Aug 20, 2024
2 parents 775f77f + 874a284 commit a9a2c2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions g11n-ws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ buildscript {
mavenLocal()
maven { url "https://repo1.maven.org/maven2/" }
mavenCentral()
jcenter()
gradlePluginPortal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion")
classpath("org.asciidoctor:asciidoctor-gradle-plugin:1.5.7")
classpath("io.github.swagger2markup:swagger2markup-gradle-plugin:1.3.3")
// classpath("io.github.swagger2markup:swagger2markup-gradle-plugin:1.3.3")
classpath("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1")
}
}
Expand All @@ -38,7 +38,6 @@ allprojects{
mavenLocal()
maven { url "https://repo1.maven.org/maven2/" }
mavenCentral()
jcenter()
}
}

Expand Down

0 comments on commit a9a2c2d

Please sign in to comment.