aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-07-02 06:51:40 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-07-02 06:51:40 +0700
commitbdb778c8c1387c802927625cdf5192d99295ca4e (patch)
tree61ae51122ffcc9623fd839a07d13ed89741cfcf3 /settings.gradle.kts
parentd9169a66be760e32a7a162b035bfd743e911b986 (diff)
downloadOneConfig-bdb778c8c1387c802927625cdf5192d99295ca4e.tar.gz
OneConfig-bdb778c8c1387c802927625cdf5192d99295ca4e.tar.bz2
OneConfig-bdb778c8c1387c802927625cdf5192d99295ca4e.zip
add api validation
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 859b472..ac6c4ea 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -10,6 +10,7 @@ pluginManagement {
id("gg.essential.multi-version.root") version egtVersion
id("gg.essential.defaults.repo") version egtVersion
id("gg.essential.defaults.java") version egtVersion
+ id("gg.essential.multi-version.api-validation") version egtVersion
}
resolutionStrategy {
eachPlugin {