/sbt-utc

Run SBT builds in UTC timezone.

Primary LanguageScala

sbt-utc

Build Status

Summary

Enables developers in different timezones to always have a consistent timezone. Sets timezone of SBT build to UTC.

Usage

Available via Maven central. Add to project/plugins.sbt:

 addSbtPlugin("com.timgroup" % "sbt-utc" % "0.0.14")