File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -295,3 +295,7 @@ tasks.sourcesJar.dependsOn ':hibernate-core:generateGraphParser'
295295tasks. sourcesJar. dependsOn ' :hibernate-core:generateHqlParser'
296296tasks. sourcesJar. dependsOn ' :hibernate-core:generateSqlScriptParser'
297297tasks. sourcesJar. dependsOn ' :hibernate-core:generateOrderingParser'
298+
299+ tasks. named( " compileJava" , JavaCompile ) {
300+ notCompatibleWithConfigurationCache( " org.hibernate.build.version-injection plugin call project in execution time" )
301+ }
Original file line number Diff line number Diff line change @@ -11,4 +11,8 @@ dependencies {
1111 compileOnly libs. ant
1212 implementation project( ' :hibernate-core' )
1313 testImplementation libs. ant
14- }
14+ }
15+
16+ tasks. named( " compileJava" , JavaCompile ) {
17+ notCompatibleWithConfigurationCache( " org.hibernate.build.version-injection plugin call project in execution time" )
18+ }
Original file line number Diff line number Diff line change @@ -168,3 +168,7 @@ tasks.forbiddenApisQuarkusOrmPanache {
168168tasks. forbiddenApisQuarkusHrPanache {
169169 enabled = false
170170}
171+
172+ tasks. named( " compileJava" , JavaCompile ) {
173+ notCompatibleWithConfigurationCache( " org.hibernate.build.version-injection plugin call project in execution time" )
174+ }
You can’t perform that action at this time.
0 commit comments