Commit Graph

19 Commits

Author SHA1 Message Date
Enno Runne
8cf5c7a546 upgrade to sbt 1.1.6 and latest plugins 2018-06-30 19:21:49 +02:00
James Roper
76ff0bda51 Publish with namespaced JDK9 module name (#547)
Fixes #546.

Adds Automatic-Module-Name: typesafe.config, rather than defaulting to
the very generic module name of config that the JVM selects.
2018-02-21 13:10:20 +09:00
kxbmap
70447ebbaa Update sbt-checkstyle-plugin version to 3.0.0 2016-04-04 07:22:13 +09:00
kxbmap
d204a6d49e Update sbt-osgi version to 0.8.0 2016-04-04 07:22:13 +09:00
kxbmap
f3c0249dcd Update sbt-pgp version to 1.0.0 2016-04-04 07:22:12 +09:00
kxbmap
4dbab0dbd5 Update sbt-git version to 0.8.5 2016-04-04 06:38:03 +09:00
Havoc Pennington
7511e865a5 Update findbugs, add Xlint:unchecked, fix warnings discovered
Fix an == that should have been equals in ConfigBeanImpl.java
Fix missing equals/hashCode on IgnoredWhitespace token
Add some `<?>` that Xlint:unchecked wanted
Make RenderComparator serializable just to silence findbugs

findbugs still reports some "serializable without void
constructors" but those are not accurate because we replace
the instance with another class before serializing.
2015-03-09 16:55:07 -04:00
Havoc Pennington
59a7c00725 Add checkstyle to find missing docs, fix missing docs 2015-03-06 20:17:39 -05:00
Havoc Pennington
14dbe09199 Move to jacoco 2.1.6 which works with Java 8 2015-03-02 09:44:36 -05:00
Havoc Pennington
f1530e64c5 Add scalariform to the build, to format the Scala tests 2015-02-25 23:37:50 -05:00
Dale Wijnand
65ff5f9f2c Replace JavaVersionCheck with sbt-javaversioncheck. 2015-01-27 00:35:39 +00:00
Dale Wijnand
840bb0dc58 Cleanup sbt 0.13.7+ build.sbt format. 2015-01-27 00:35:39 +00:00
Havoc Pennington
1bb06fd1c4 Switch to git-hash snapshots instead of SNAPSHOT snapshots 2014-01-06 12:57:32 -05:00
Havoc Pennington
54ec27ec2a Port to sbt 0.13.0 2013-09-27 13:27:39 -04:00
Havoc Pennington
41d3d0bb1c Switch to sbt 0.12.1
- update all plugin versions
- drop the custom javadoc-sbt plugin in favor of sbt's native javadoc support
- update to a lift-json that's built against 2.9.2
2012-12-06 09:11:02 -05:00
Heiko Seeberger
11b9af503a closes #16: Publish as OSGi bundle 2012-05-21 11:51:08 +02:00
Havoc Pennington
db3a676c02 Update build: sbt 0.11.2, maven central publish config, gpg 2012-04-12 15:21:06 -04:00
Havoc Pennington
1b3d6d429f add jacoco code coverage plugin 2011-11-09 08:47:29 -05:00
Havoc Pennington
cd6bf42cdc add findbugs sbt plugin 2011-11-09 00:07:21 -05:00