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

Releases: allenai/sbt-plugins

v1.0.0

29 Jun 22:29
Compare
Choose a tag to compare

This updates the Bintray plugin dependency to new major version, and updates the AI2 release plugin accordingly.

This also switches to semantic versioning for AI2 plugins.

v0.0.1

29 Jun 22:27
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Verify Bintray configuration.

v2015.06.19-0

19 Jun 11:43
Compare
Choose a tag to compare

Cleanup of StylePlugin, hopefully fixing #166 .

v2015.06.05-0

05 Jun 14:19
Compare
Choose a tag to compare

Add common-guice library.

Make integration tests depend on unit test classpath by default

29 May 18:48
Compare
Choose a tag to compare

Upgrade spray and spray-json dependency versions

29 May 14:30
Compare
Choose a tag to compare

synchronize call to `npm install`

27 May 23:05
Compare
Choose a tag to compare

Fixes non-deterministic CI builds caused by multiple SBT subprojects building client-side code concurrently, which npm doesn't handle well.

See #161

Make npm log level configurable

26 May 21:38
Compare
Choose a tag to compare

See #160

  • Can now specify a log level for npm commands issued by NodeJsPlugin
// build.sbt

enablePlugins(WebappPlugin)

npmLogLevel in Npm := NpmLogLevel.Info

v2015.05.20-0

20 May 20:13
Compare
Choose a tag to compare

Move run-class.sh generation into the core plugin, so that it's available to any project that wishes to use it.

Revert DatabasePlugin

14 May 22:52
Compare
Choose a tag to compare

The DatabasePlugin wrapped the flyway SBT plugin, which is only available via a custom resolver (i.o.w not via one of SBT's default resolvers). For some reason, the plugin's resolvers are not available transitively to client builds. See http://stackoverflow.com/questions/30248497/is-it-possible-to-add-a-resolver-to-an-sbt-projects-build-via-an-autoplugin for more in-depth discussion.