Skip to content

Commit

Permalink
Update build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Seun Soyinka authored and Seun Soyinka committed Aug 19, 2024
1 parent a057401 commit e23586b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish Jar on Push to main

on:
workflow_dispatch:
push:
branches: ['master']
# push:
# branches: ['master']

jobs:
publish:
Expand Down
7 changes: 1 addition & 6 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
sbt.version=1.8.0
<<<<<<< HEAD
#sbt.version=1.0.0
=======
#sbt.version=1.0.4
>>>>>>> 78c370b53da9a444962a2178ee2c33f169faea8d
sbt.version=1.8.0
16 changes: 16 additions & 0 deletions project/build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
inThisBuild(List(
organization := "com.github.sbt",
sonatypeCredentialHost := "s01.oss.sonatype.org"
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
homepage := Some(url("https://github.com/sbt/sbt-ci-release")),
// Alternatively License.Apache2 see https://github.com/sbt/librarymanagement/blob/develop/core/src/main/scala/sbt/librarymanagement/License.scala
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers := List(
Developer(
"olafurpg",
"Ólafur Páll Geirsson",
"olafurpg@gmail.com",
url("https://geirsson.com")
)
)
))
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
//addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
//addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
// sbt 1 only, see FAQ for 0.13 support
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "<version>")

0 comments on commit e23586b

Please sign in to comment.