aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-12-11 00:12:54 +0530
committerGitHub <noreply@github.com>2021-12-11 00:12:54 +0530
commit7d39bc0ae201361eb787055ccb0d5edcb31f83a2 (patch)
treef1f7154a7ecf17acd2bb45ed8735a4750203d0c7 /settings.gradle.kts
parentb59c4f068cd9f4791a78d94c3c75f7484423f977 (diff)
Miscellaneous build and CI cleanups (#1587)
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 {