File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
build-tools-internal/src/main/groovy Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,10 @@ if (providers.systemProperty('idea.active').getOrNull() == 'true') {
153153 doLast {
154154 enablePreview(' .idea/modules/libs/native/elasticsearch.libs.native.main.iml' , ' JDK_21_PREVIEW' )
155155 enablePreview(' .idea/modules/libs/native/elasticsearch.libs.native.test.iml' , ' JDK_21_PREVIEW' )
156+ enablePreview(' .idea/modules/libs/entitlement/elasticsearch.libs.entitlement.main.iml' , ' JDK_21_PREVIEW' )
157+ enablePreview(' .idea/modules/libs/entitlement/elasticsearch.libs.entitlement.test.iml' , ' JDK_21_PREVIEW' )
158+ enablePreview(' .idea/modules/libs/entitlement/bridge/elasticsearch.libs.entitlement.bridge.main.iml' , ' JDK_21_PREVIEW' )
159+ enablePreview(' .idea/modules/libs/entitlement/bridge/elasticsearch.libs.entitlement.bridge.test.iml' , ' JDK_21_PREVIEW' )
156160 }
157161 }
158162
You can’t perform that action at this time.
0 commit comments