aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts6
1 files changed, 2 insertions, 4 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 9ea2cd3b..b215b7e7 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -3,6 +3,8 @@
* SPDX-License-Identifier: GPL-3.0-only
*/
+rootProject.name = "APS"
+
// Plugin repositories
pluginManagement {
repositories {
@@ -11,10 +13,6 @@ pluginManagement {
mavenCentral()
gradlePluginPortal()
}
- plugins {
- id("com.vanniktech.maven.publish") version "0.18.0" apply false
- id("org.jetbrains.dokka") version "1.6.0" apply false
- }
}
dependencyResolutionManagement {