Skip to content

Commit

Permalink
Version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tad Fisher committed Jul 14, 2017
1 parent f91e32c commit 33124c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ apply {
}

group = "com.simple.jenkins"
version = "0.1"
description = "Run Firebase Test Lab tests and publish test results"

val jenkinsVersion: String by extra
Expand All @@ -39,8 +40,6 @@ jenkinsPlugin {
fileExtension = "jpi"
pluginFirstClassLoader = true

repoUrl = ""

developers(delegateClosureOf<GroovyObject> {
setProperty("tadfisher", delegateClosureOf<JpiDeveloper> {
setProperty("name", "Tad Fisher")
Expand Down

0 comments on commit 33124c9

Please sign in to comment.