Skip to content

Commit

Permalink
GH-16397-remove-sun-licence-from-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 committed Sep 19, 2024
1 parent d2023b1 commit 85b5dcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions h2o-assemblies/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ shadowJar {
exclude 'test.properties'
exclude 'cockpitlite.properties'
exclude 'devpay_products.properties'
exclude 'javax/servlet/jsp/resources/*.*'

// Need to a newer org.apache.hadoop.hive.shims.ShimLoader to make older hive JDBC drivers work on Hadoop 3.
// Excluding other classes of org.apache.hive.shims:hive-shims-common.
Expand Down
1 change: 1 addition & 0 deletions h2o-assemblies/minimal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ shadowJar {
exclude 'test.properties'
exclude 'cockpitlite.properties'
exclude 'devpay_products.properties'
exclude 'javax/servlet/jsp/resources/*.*'
manifest {
attributes 'Main-Class': 'water.H2OApp'
attributes 'Add-Opens': 'java.base/java.lang java.base/java.util java.base/java.lang.reflect'
Expand Down
1 change: 1 addition & 0 deletions h2o-assemblies/steam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ shadowJar {
exclude 'test.properties'
exclude 'cockpitlite.properties'
exclude 'devpay_products.properties'
exclude 'javax/servlet/jsp/resources/*.*'
manifest {
attributes 'Main-Class': 'water.H2OApp'
attributes 'Add-Opens': 'java.base/java.lang java.base/java.util java.base/java.lang.reflect'
Expand Down

0 comments on commit 85b5dcf

Please sign in to comment.