forked from OpenLiberty/open-liberty-misc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
19 lines (18 loc) · 845 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*******************************************************************************
* Copyright (c) 2021, 2023 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
rootProject.name = 'open-liberty-misc'
include 'io.openliberty.java.internal_fat_17'
include 'io.openliberty.java.internal_fat_18'
include 'io.openliberty.java.internal_fat_19'
include 'io.openliberty.java.internal_fat_20'
include 'io.openliberty.java.internal_fat_21'