Skip to content

Commit

Permalink
Merge pull request #197 from turansky/metadata-module-todo
Browse files Browse the repository at this point in the history
Instruction for metadata WA
  • Loading branch information
Leonya committed Apr 15, 2020
2 parents 063f2b2 + 98253de commit 31b47ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/ModuleArtifact.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import org.gradle.api.publish.PublicationArtifact
import org.gradle.api.publish.maven.internal.artifact.FileBasedMavenArtifact
import java.io.File

// TODO: remove after bug fix
// https://github.com/bintray/gradle-bintray-plugin/issues/229
fun Project.moduleArtifact(publicationName: String): PublicationArtifact =
ModuleArtifact(buildDir.resolve("publications/$publicationName/module.json"))

Expand Down

0 comments on commit 31b47ed

Please sign in to comment.