Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Update to EclipseLink 2.7.9 jmix-framework/jmix#235
Browse files Browse the repository at this point in the history
  • Loading branch information
knstvk committed Oct 2, 2021
1 parent 0d06ffa commit a5bea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/io/jmix/gradle/JmixPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class JmixPlugin implements Plugin<Project> {

if (project.jmix.entitiesEnhancing.enabled) {
project.configurations.create('enhancing')
project.dependencies.add('enhancing', 'org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.7-4-jmix')
project.dependencies.add('enhancing', 'org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.9-4-jmix')

if (javaPlugin) {
project.tasks.findByName('compileJava').doLast(new EnhancingAction('main'))
Expand Down

0 comments on commit a5bea75

Please sign in to comment.