@@ -381,7 +381,7 @@ var getJibProfilesCommon = function (input, data) {
381381 } ;
382382 } ;
383383
384- common . boot_jdk_version = "14 " ;
384+ common . boot_jdk_version = "15 " ;
385385 common . boot_jdk_build_number = "36" ;
386386 common . boot_jdk_home = input . get ( "boot_jdk" , "install_path" ) + "/jdk-"
387387 + common . boot_jdk_version
@@ -994,17 +994,8 @@ var getJibProfilesDependencies = function (input, common) {
994994 ? input . get ( "gnumake" , "install_path" ) + "/cygwin/bin"
995995 : input . get ( "gnumake" , "install_path" ) + "/bin" ) ;
996996
997- if ( input . build_cpu == 'aarch64' ) {
998- boot_jdk = {
999- organization : common . organization ,
1000- ext : "tar.gz" ,
1001- module : "jdk-linux_aarch64" ,
1002- revision : "14+1.0" ,
1003- configure_args : "--with-boot-jdk=" + common . boot_jdk_home ,
1004- environment_path : common . boot_jdk_home + "/bin"
1005- }
1006- } else {
1007- boot_jdk = {
997+ var dependencies = {
998+ boot_jdk : {
1008999 server : "jpg" ,
10091000 product : "jdk" ,
10101001 version : common . boot_jdk_version ,
@@ -1013,11 +1004,7 @@ var getJibProfilesDependencies = function (input, common) {
10131004 + boot_jdk_platform + "_bin" + boot_jdk_ext ,
10141005 configure_args : "--with-boot-jdk=" + common . boot_jdk_home ,
10151006 environment_path : common . boot_jdk_home + "/bin"
1016- }
1017- }
1018-
1019- var dependencies = {
1020- boot_jdk : boot_jdk ,
1007+ } ,
10211008
10221009 devkit : {
10231010 organization : common . organization ,
0 commit comments