Skip to content

Commit

Permalink
revert build.gradle ee changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Jan 4, 2024
1 parent 6827af9 commit fe5e715
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 @@ -290,7 +290,7 @@ dependencies {

if (!(project.gradle.startParameter.taskNames.contains('deployWarTomcatDev') || project.gradle.startParameter.taskNames.contains('testDev'))) {

implementation group: 'com.dotcms.enterprise', name: 'ee', version: '23.01.10', changing: true
implementation group: 'com.dotcms.enterprise', name: 'ee', version: dotcmsReleaseVersion + eeType, changing: true
}
}

Expand Down

0 comments on commit fe5e715

Please sign in to comment.