Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Releases: allenai/sbt-plugins

Upgrade Scalariform and Scalastyle

18 Dec 18:35
Compare
Choose a tag to compare

See #193

Release Notes:

  • Makes it possible to upgrade SBT dependency to 0.13.9
  • Removes dependency on https://github.com/jkinkead/scalariform
  • Re-introduces comment whitespace formatting bug where only one space is removed per format. We've decided to live with this annoyance until the bug is fixed in the standard scalariform project.

If you use Jesse's great commit hook: you will need to upgrade your .git/hooks/scalariform.jar and/or ~/.git_template/hooks/scalariform.jar to 0.1.8 which can be downloaded here

v1.1.4 Upgrade common to 1.0.19

18 Nov 23:02
Compare
Choose a tag to compare

Change to common was to make org.allenai.common.Enum serializable. See allenai/common#159

v1.1.3

02 Nov 21:42
Compare
Choose a tag to compare

Upgrade common to 1.0.18 (now includes elasticsearch indexing tools)

v1.1.2

16 Oct 20:46
Compare
Choose a tag to compare

Bugfix: Handle jars in lib graciously in ScaladocGen.

v1.1.1

05 Oct 17:41
Compare
Choose a tag to compare

Add proper site mappings to the ScaladocGen plugin.

v1.1.0

02 Oct 00:21
Compare
Choose a tag to compare

Big release of ScaladocGenPlugin! See also the documentation for it.

Especially note the instructions for what to do if you encounter an error like:

java.lang.RuntimeException: Setting value cannot be null: {file:/Users/jkinkead/work/sbt-plugins/test-projects/test-deploy/}/*:gitCurrentBranch
    at scala.sys.package$.error(package.scala:27)
    at sbt.EvaluateSettings$INode.setValue(INode.scala:143)
    at sbt.EvaluateSettings$MixedNode.evaluate0(INode.scala:175)
    at sbt.EvaluateSettings$INode.evaluate(INode.scala:135)
    at sbt.EvaluateSettings$$anonfun$sbt$EvaluateSettings$$submitEvaluate$1.apply$mcV$sp(INode.scala:69)
    at sbt.EvaluateSettings.sbt$EvaluateSettings$$run0(INode.scala:78)
    at sbt.EvaluateSettings$$anon$3.run(INode.scala:74)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

Other changes:

  • lower a lot of log messages to debug from info
  • fix a bug in cacheKey plugin

v1.0.4

02 Sep 17:11
Compare
Choose a tag to compare

Automatically ignore local dependency artifacts when generating cache keys.

Update dependency on AI2 common libraries to the latest version.

v1.0.3

26 Aug 17:41
Compare
Choose a tag to compare

Update run-class.sh to use the correct cache key path.

v1.0.2

18 Aug 23:22
Compare
Choose a tag to compare

Add cacheKey.sha1 generation to staged projects. This file holds a hash of their dependencies and code.

v1.0.1

04 Jul 00:00
Compare
Choose a tag to compare

Add a helper method for getting Bintray override settings.