Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tikurahul committed Dec 21, 2023
1 parent e5d451c commit f2161ae
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@
*
*/

buildscript {
repositories {
google()
mavenCentral()
}
}

plugins {
alias(libs.plugins.kotlin.jvm) apply false
}
1 change: 0 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies {
testing {
suites {
// Configure the built-in test suite
@Suppress("UnstableApiUsage")
val test by getting(JvmTestSuite::class) {
useJUnit()
}
Expand Down
3 changes: 0 additions & 3 deletions gcpbuildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies {
implementation(libs.retrofit.converter.gson)
}

@Suppress("UnstableApiUsage")
gradlePlugin {
website = "https://github.com/androidx/gcp-gradle-build-cache"
vcsUrl = "https://github.com/androidx/gcp-gradle-build-cache"
Expand All @@ -52,7 +51,6 @@ gradlePlugin {
group = "androidx.build.gradle.gcpbuildcache"
version = "1.0.0-beta05"

@Suppress("UnstableApiUsage")
testing {
suites {
// Configure built-in test suite.
Expand Down Expand Up @@ -81,7 +79,6 @@ testing {

gradlePlugin.testSourceSets(sourceSets["functionalTest"])

@Suppress("UnstableApiUsage")
tasks.named<Task>("check") {
// Include functionalTest as part of the check lifecycle
dependsOn(testing.suites.named("functionalTest"))
Expand Down
3 changes: 0 additions & 3 deletions s3buildcache/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ dependencies {
}
}

@Suppress("UnstableApiUsage")
gradlePlugin {
website = "https://github.com/androidx/gcp-gradle-build-cache"
vcsUrl = "https://github.com/androidx/gcp-gradle-build-cache"
Expand All @@ -59,7 +58,6 @@ gradlePlugin {
group = "androidx.build.gradle.s3buildcache"
version = "1.0.0-alpha02"

@Suppress("UnstableApiUsage")
testing {
suites {
// Configure built-in test suite.
Expand Down Expand Up @@ -89,7 +87,6 @@ testing {

gradlePlugin.testSourceSets(sourceSets["functionalTest"])

@Suppress("UnstableApiUsage")
tasks.named<Task>("check") {
// Include functionalTest as part of the check lifecycle
dependsOn(testing.suites.named("functionalTest"))
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pluginManagement {
}
}

@Suppress("UnstableApiUsage")
dependencyResolutionManagement {
repositoriesMode = RepositoriesMode.FAIL_ON_PROJECT_REPOS
repositories {
Expand All @@ -44,5 +43,4 @@ rootProject.name = "gcp-gradle-build-cache"
include("core")
include("gcpbuildcache")
include("s3buildcache")

includeBuild("buildlogic")

0 comments on commit f2161ae

Please sign in to comment.