Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez authored Mar 14, 2024
1 parent fe763e7 commit cb63eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotCMS/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ task deleteDotCmsUi(type: Delete) {


task extractDotCmsUi(type: NpmArtifactExtractTask) {
artifact = '@dotcms/dotcms-ui'
artifact = 'dotcms-ui'
version = coreWebReleaseVersion
outputDir = file("$buildDir/packages")
}
Expand Down

0 comments on commit cb63eed

Please sign in to comment.