Skip to content

Commit 4e70b74

Browse files
committed
[SPARK-53863] Remove Java 17 requirement from deploy.gradle
1 parent 9423208 commit 4e70b74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deploy.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
if (project.hasProperty('release') && JavaVersion.current().getMajorVersion().toString() != '17') {
21-
throw new GradleException("Releases must be built with Java 17")
22-
}
23-
2420
subprojects {
2521
apply plugin: 'org.cyclonedx.bom'
2622
apply plugin: 'maven-publish'

0 commit comments

Comments
 (0)