Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 5564de9

Browse files
committed
Changed approach. Reflection would cause circular dependencies. So, text file operations, here we go again.
1 parent 741ea6a commit 5564de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version := s"$majorVersion.$minorVersion"
1717
apiVersionGenerator := APIUtility(streams.value.log)
1818
.generateAPIVersionFile(sourceDirectory.value, majorVersion, minorVersion)
1919

20-
requirementsGenerator := APIUtility(streams.value.log).generatedRequirements()
20+
requirementsGenerator := APIUtility(streams.value.log).generatedRequirements(sourceDirectory.value)
2121

2222

2323
// Update the compile process to generate the api version java class

0 commit comments

Comments
 (0)