Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Mar 24, 2024
1 parent 77ce424 commit 45aab71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repositories {

dependencies {
implementation(libs.vespene)
implementation(libs.kotlin.coroutines.core)
implementation(libs.android.gradle.plugin)
implementation(libs.kotlin.gradle.plugin)
}
Expand Down
4 changes: 0 additions & 4 deletions build-logic/src/main/kotlin/io/openfeedback/OpenFeedback.kt
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
package io.openfeedback

import com.android.build.gradle.internal.tasks.factory.dependsOn
import io.openfeedback.extensions.*
import io.openfeedback.extensions.configurePublishingInternal
import org.gradle.api.Project
import org.gradle.api.logging.LogLevel
import org.gradle.api.tasks.PathSensitivity

open class OpenFeedback(val project: Project) {
fun Project.configurePublishing(artifactName: String) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ fun Project.getOrCreateRepoUrl(): Provider<String> {
return getOrCreateRepoId().map { "${baseUrl}staging/deployByRepositoryId/$it/" }
}

@OptIn(ExperimentalTime::class)
fun Task.closeAndReleaseStagingRepository(repoId: String) {
runBlocking {
logger.log(LogLevel.LIFECYCLE, "Closing repository $repoId")
Expand Down

0 comments on commit 45aab71

Please sign in to comment.