Skip to content

Commit

Permalink
fix: gradle settings issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed May 29, 2023
1 parent ea8b6b7 commit b10d2b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lfr/pkg/assets/tpl/ws/gradle/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
buildscript {
dependencies {
classpath group: "biz.aQute.bnd", name: "biz.aQute.bnd.gradle", version: "5.2.0"
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "6.1.3") {
exclude group: "biz.aQute.bnd", module: "biz.aQute.bnd"
}
classpath group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "6.1.3"
}

repositories {
Expand Down

0 comments on commit b10d2b5

Please sign in to comment.