Skip to content

Commit

Permalink
Added simple startup test
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed May 30, 2020
1 parent 9e24b6d commit de7e743
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sbt-test/sbtghpackages/startup/build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
name := "startup-test"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sbt.version=1.3.10
5 changes: 5 additions & 0 deletions src/sbt-test/sbtghpackages/startup/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sys.props.get("plugin.version") match {
case Some(x) => addSbtPlugin("com.codecommit" % "sbt-github-packages" % x)
case _ => sys.error("""|The system property 'plugin.version' is not defined.
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
}
1 change: 1 addition & 0 deletions src/sbt-test/sbtghpackages/startup/test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> show publishTo

0 comments on commit de7e743

Please sign in to comment.