From 97ed70a3ded131c7440c83eb800982914af62d1e Mon Sep 17 00:00:00 2001 From: "Sean C. Sullivan" Date: Sun, 17 Nov 2019 19:25:19 -0500 Subject: [PATCH] add link to [https://github.com/sbt/sbt/issues/1664] --- src/sbt-test/sbt-guardrail/java-codegen-app/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbt-test/sbt-guardrail/java-codegen-app/build.sbt b/src/sbt-test/sbt-guardrail/java-codegen-app/build.sbt index 42213a7..4152e07 100644 --- a/src/sbt-test/sbt-guardrail/java-codegen-app/build.sbt +++ b/src/sbt-test/sbt-guardrail/java-codegen-app/build.sbt @@ -13,7 +13,7 @@ guardrailTasks in Compile := List( JavaClient(file("petstore.json"), pkg="com.example.clients.petstore") ) -// workaround for SBT issue +// workaround for SBT issue. see: https://github.com/sbt/sbt/issues/1664 unmanagedSourceDirectories in Compile += (sourceManaged in Compile).value val jacksonVersion = "2.10.1"