Merge pull request #2085 from twitter-forks/stuhood/java-static-final-fields-as-singletons

Encode static-final constant fields as Singletons
This commit is contained in:
Josh Suereth 2015-07-14 12:35:56 -04:00
commit 0ff2e8fac7
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ lazy val interfaceProj = (project in file("interface")).
// defines operations on the API of a source, including determining whether it has changed and converting it to a string
// and discovery of Projclasses and annotations
lazy val apiProj = (project in compilePath / "api").
dependsOn(interfaceProj).
dependsOn(interfaceProj, classfileProj).
settings(
testedBaseSettings,
name := "API"