Skip to content

Commit

Permalink
LPS-74544 Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
petershin authored and brianchandotcom committed Aug 22, 2023
1 parent 7289bb1 commit 05876ed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 53 deletions.

This file was deleted.

Empty file.
4 changes: 0 additions & 4 deletions modules/util/source-formatter-standalone/bnd.bnd

This file was deleted.

45 changes: 0 additions & 45 deletions modules/util/source-formatter-standalone/build.gradle

This file was deleted.

9 changes: 9 additions & 0 deletions modules/util/source-formatter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ liferayOSGi {
expandCompileInclude = true
}

publishing {
publications {
maven(MavenPublication) {
artifact distTar
artifact distZip
}
}
}

updateFileVersions {
match(/<artifactId>com\.liferay\.source\.formatter<\/artifactId>\s+<version>(.+)<\/version>/, "../../etl/talend/pom.xml")
match(/\t\t\t\t<version>(\d.+)<\/version>/, "samples/pom.xml")
Expand Down

0 comments on commit 05876ed

Please sign in to comment.