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 44
44
45
45
# ------------- licenses
46
46
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" ,
62
48
63
49
# ------------- imports
64
50
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ local devkits = graal_common.devkits;
224
224
'--suite' , 'regex' ,
225
225
'--suite' , 'graal-js' ,
226
226
'--suite' , 'espresso' ,
227
+ '--suite' , 'espresso-shared' ,
227
228
'--suite' , 'substratevm' ,
228
229
];
229
230
local ce_windows_suites = legacy_suites + [
You can’t perform that action at this time.
0 commit comments