forked from opensearch-project/security
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
37 lines (30 loc) · 835 Bytes
/
Copy pathsettings.gradle
File metadata and controls
37 lines (30 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
* This file was generated by the Gradle 'init' task.
*
* This project uses @Incubating APIs which are subject to change.
*/
pluginManagement {
repositories {
maven { url = uri("https://ci.opensearch.org/maven2/") }
gradlePluginPortal()
mavenCentral()
}
}
plugins {
id("com.autonomousapps.build-health") version "3.16.0"
}
dependencyResolutionManagement {
versionCatalogs {
libraries {
from(files("gradle/libs.versions.toml"))
}
}
}
rootProject.name = 'opensearch-security'
include "spi"
project(":spi").name = rootProject.name + "-spi"
include "sample-resource-plugin"
project(":sample-resource-plugin").name = "opensearch-sample-resource-plugin"
include "bwc-test"
project(":bwc-test").name = rootProject.name + "-bwc-test"
include 'libs:opensaml'