File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
espresso-shared/mx.espresso-shared Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 4444
4545 # ------------- licenses
4646
47- "licenses" : {
48- "GPLv2" : {
49- "name" : "GNU General Public License, version 2" ,
50- "url" : "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
51- },
52- "UPL" : {
53- "name" : "Universal Permissive License, Version 1.0" ,
54- "url" : "http://opensource.org/licenses/UPL" ,
55- },
56- "Oracle Proprietary" : {
57- "name" : "ORACLE PROPRIETARY/CONFIDENTIAL" ,
58- "url" : "http://www.oracle.com/us/legal/copyright/index.html"
59- },
60- },
61- "defaultLicense" : "GPLv2" ,
47+ "defaultLicense" : "GPLv2-CPE" ,
6248
6349 # ------------- imports
6450
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ local devkits = graal_common.devkits;
224224 '--suite' , 'regex' ,
225225 '--suite' , 'graal-js' ,
226226 '--suite' , 'espresso' ,
227+ '--suite' , 'espresso-shared' ,
227228 '--suite' , 'substratevm' ,
228229 ];
229230 local ce_windows_suites = legacy_suites + [
You can’t perform that action at this time.
0 commit comments