Skip to content
#

sbt

Here are 1,113 public repositories matching this topic...

scala-steward
fthomas
fthomas commented Feb 1, 2021

Scalafix commits are currently attributed in the Git history to the Scala Steward user although it only did the easy part of running the rule. The hard part of writing the rule is done by someone else who's currently not attributed in any way. Wouldn't it be nice if we append Co-authored-by attributions to the Scalafix commit if the rule author(s) opts into i

Protonull
Protonull commented May 22, 2021

There's very, very little information about this part of the config:

# Support encrypted connections
sslEnabled: true
# SSL port to bind
sslPort: 443
# Key store file to use.
# You can specify absolute path to the given file or use ${WORKING_DIRECTORY} variable.
keyStorePath: ${WORKING_DIRECTORY}/keystore.jks
# Key store password to use
keyStorePassword: reposilite
# Redirect h

Improve this page

Add a description, image, and links to the sbt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sbt topic, visit your repo's landing page and select "manage topics."

Learn more