dejan2609 commented on PR #19513:
URL: https://github.com/apache/kafka/pull/19513#issuecomment-3338308713

   Ok, I'll split this POC into multiple comments, starting from my local 
environment: 
   ```
   dejan@dejan-HP-ProBook-450-G7:~/kafka$ java -version 
   openjdk version "17.0.16" 2025-07-15
   OpenJDK Runtime Environment (build 17.0.16+8-Ubuntu-0ubuntu124.04.1)
   OpenJDK 64-Bit Server VM (build 17.0.16+8-Ubuntu-0ubuntu124.04.1, mixed 
mode, sharing)
   dejan@dejan-HP-ProBook-450-G7:~/kafka$ javac -version 
   javac 17.0.16
   dejan@dejan-HP-ProBook-450-G7:~/kafka$ sdk list gradle     
   
================================================================================
   Available Gradle Versions
   
================================================================================
      * 9.1.0               7.4                 5.6.1               3.2.1       
   
      * 9.0.0               7.3.3               5.6                 3.2         
   
    > * 8.14.3              7.3.2               5.5.1               3.1         
   
        8.14.2              7.3.1               5.5                 3.0         
   
      * 8.14.1              7.3                 5.4.1               2.14.1      
   
        8.14                7.2                 5.4                 2.14        
   
        8.13                7.1.1               5.3.1               2.13        
   
        8.12.1              7.1                 5.3                 2.12        
   
        8.12                7.0.2               5.2.1               2.11        
   
        8.11.1              7.0.1               5.2                 2.10        
   
        8.11                7.0                 5.1.1               2.9         
   
        8.10.2              6.9.4               5.1                 2.8         
   
        8.10.1              6.9.3               5.0                 2.7         
   
        8.10                6.9.2               4.10.3              2.6         
   
        8.9                 6.9.1               4.10.2              2.5         
   
      * 8.8                 6.9                 4.10.1              2.4         
   
      * 8.7                 6.8.3               4.10                2.3         
   
        8.6                 6.8.2               4.9                 2.2.1 
   ```
   ___
   
   These are Kafka trunk `gradlew` changes (up until now):
   
   Overview of `gradlew` changes in Kafka trunk:
   <img width="1889" height="581" alt="image" 
src="https://github.com/user-attachments/assets/8d6da280-0ac9-4970-b348-0579157ed850";
 />
   ___
   Related GitHub Gradle links for `unixStartScript.txt` (file that is used as 
a template for `gradlew` generation):
   
   The thing is that Gradle decided to change the path for 
`unixStartScript.txt` (template for `gradlew`) in Gradle version 8.8:
   - Gradle version 8.7 path for `unixStartScript.txt`: 
https://github.com/gradle/gradle/blob/v8.7.0/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
   - Gradle version 8.8 path for `unixStartScript.txt`: 
https://github.com/gradle/gradle/blob/v8.8.0/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
   
   🪧Loosely related Gradle issue: https://github.com/gradle/gradle/issues/30101


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to