Skip to content

Commit

Permalink
remove unneeded comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Nov 27, 2023
1 parent 56bb436 commit 02e62f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@ dependencies {
afterEvaluate {
publishing {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
// Applies the component for the release build variant.
components.getByName('release')

// You can then customize attributes of the publication as shown below.
groupId = project.group
artifactId = project.name

Expand Down
3 changes: 0 additions & 3 deletions ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ dependencies {
afterEvaluate {
publishing {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
// Applies the component for the release build variant.
components.getByName('release')

// You can then customize attributes of the publication as shown below.
groupId = project.group
artifactId = project.name

Expand Down

0 comments on commit 02e62f1

Please sign in to comment.