Browse Source

Set root project name, remove jcenter for plugin resolution

arkon 3 years ago
parent
commit
5801297d78
2 changed files with 1 additions and 5 deletions
  1. 0 4
      build.gradle.kts
  2. 1 1
      settings.gradle.kts

+ 0 - 4
build.gradle.kts

@@ -33,10 +33,6 @@ buildscript {
         classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${BuildPluginsVersion.ABOUTLIB_PLUGIN}")
         classpath(kotlin("serialization", version = BuildPluginsVersion.KOTLIN))
     }
-    repositories {
-        google()
-        jcenter()
-    }
 }
 
 tasks.register("clean", Delete::class) {

+ 1 - 1
settings.gradle.kts

@@ -13,8 +13,8 @@ pluginManagement {
         gradlePluginPortal()
         google()
         mavenCentral()
-        jcenter()
     }
 }
 
+rootProject.name = "Tachiyomi"
 include(":app")