We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919eee5 commit 721452aCopy full SHA for 721452a
settings.gradle
@@ -30,7 +30,7 @@ dependencyResolutionManagement {
30
url( rootProject.property( "mavenMirror" ) )
31
}
32
mavenCentral()
33
- if (System.env['JPA_PREVIEW'] != null) {
+ if (System.getProperty('JPA_PREVIEW') != null) {
34
// Needed for the RC versions of Jakarta Persistence
35
maven {
36
url "https://jakarta.oss.sonatype.org/content/repositories/releases/"
0 commit comments