Skip to content

Commit

Permalink
Added maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-marchwicki committed Apr 3, 2018
1 parent d8941e9 commit 8295e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ List of available [devices](https://firebase.google.com/docs/test-lab/images/gcl

``` Goovy
firebaseTestLab {
keyFile = file("keys.json")
googleProjectId = "your-project-id"
cloudSdkPath = "/user/cloud-sdk/bin"
cloudBucketName = "bucket-test"
cloudDirectoryName = "androidTests"
Expand Down
1 change: 1 addition & 0 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import org.gradle.script.lang.kotlin.*
plugins {
`java-gradle-plugin`
`kotlin-dsl`
`maven`
id("com.gradle.plugin-publish") version "0.9.9"
}

Expand Down

0 comments on commit 8295e18

Please sign in to comment.