xref: /aosp_15_r20/external/jspecify/settings.gradle (revision 2167191df2fa07300797f1ac5b707370b5f38c48)
1*2167191dSAndroid Build Coastguard Worker/*
2*2167191dSAndroid Build Coastguard Worker * Copyright 2020 The JSpecify Authors.
3*2167191dSAndroid Build Coastguard Worker *
4*2167191dSAndroid Build Coastguard Worker * Licensed under the Apache License, Version 2.0 (the "License");
5*2167191dSAndroid Build Coastguard Worker * you may not use this file except in compliance with the License.
6*2167191dSAndroid Build Coastguard Worker * You may obtain a copy of the License at
7*2167191dSAndroid Build Coastguard Worker *
8*2167191dSAndroid Build Coastguard Worker *     http://www.apache.org/licenses/LICENSE-2.0
9*2167191dSAndroid Build Coastguard Worker *
10*2167191dSAndroid Build Coastguard Worker * Unless required by applicable law or agreed to in writing, software
11*2167191dSAndroid Build Coastguard Worker * distributed under the License is distributed on an "AS IS" BASIS,
12*2167191dSAndroid Build Coastguard Worker * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*2167191dSAndroid Build Coastguard Worker * See the License for the specific language governing permissions and
14*2167191dSAndroid Build Coastguard Worker * limitations under the License.
15*2167191dSAndroid Build Coastguard Worker */
16*2167191dSAndroid Build Coastguard Workerplugins {
17*2167191dSAndroid Build Coastguard Worker    id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
18*2167191dSAndroid Build Coastguard Worker}
19*2167191dSAndroid Build Coastguard Worker
20*2167191dSAndroid Build Coastguard Worker// Project name is read-only in build scripts, and defaults to directory name.
21*2167191dSAndroid Build Coastguard WorkerrootProject.name = "jspecify"
22*2167191dSAndroid Build Coastguard Workerinclude 'conformance-tests'
23*2167191dSAndroid Build Coastguard Worker
24*2167191dSAndroid Build Coastguard Worker// Lets projects within the build depend on each other by module name.
25*2167191dSAndroid Build Coastguard Worker// See https://docs.gradle.org/current/userguide/composite_builds.html#included_build_declaring_substitutions
26*2167191dSAndroid Build Coastguard WorkerincludeBuild('.')
27