Skip to content

Commit

Permalink
Add tasks for release and for RC
Browse files Browse the repository at this point in the history
  • Loading branch information
artemcheremnov committed Dec 12, 2023
1 parent 58ad66a commit b68353d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}

// Create custom tasks for publishing
task publishRelease(dependsOn: ['publishReleasePublicationToSonatypeRepository'])
task publishRc(dependsOn: ['publishRcPublicationToSonatypeRepository'])
4 changes: 4 additions & 0 deletions publish-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ nexusPublishing {
}
}
}

// Create custom tasks for publishing
task publishRelease(dependsOn: [':VCL:publishReleasePublicationToSonatypeRepository'])
task publishRc(dependsOn: [':VCL:publishRcPublicationToSonatypeRepository'])

0 comments on commit b68353d

Please sign in to comment.