This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 96f5773  Catalog Migrator: adapt to Gradle 9 (#159)
96f5773 is described below

commit 96f5773f167504d5b8d0968d6f1898bb338d09fd
Author: Robert Stupp <[email protected]>
AuthorDate: Mon Feb 2 09:12:11 2026 +0100

    Catalog Migrator: adapt to Gradle 9 (#159)
---
 iceberg-catalog-migrator/buildSrc/build.gradle.kts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/iceberg-catalog-migrator/buildSrc/build.gradle.kts 
b/iceberg-catalog-migrator/buildSrc/build.gradle.kts
index 9679876..799f2ad 100644
--- a/iceberg-catalog-migrator/buildSrc/build.gradle.kts
+++ b/iceberg-catalog-migrator/buildSrc/build.gradle.kts
@@ -41,6 +41,4 @@ java {
   targetCompatibility = JavaVersion.VERSION_21
 }
 
-kotlinDslPluginOptions { jvmTarget.set(JavaVersion.VERSION_21.toString()) }
-
 tasks.withType<Test>().configureEach { useJUnitPlatform() }

Reply via email to