This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ version := s"$majorVersion.$minorVersion"
13
13
// ---------------------------------------------------------------------------------------------------------------------
14
14
// ---------------------------------------------------------------------------------------------------------------------
15
15
16
+ import org .codeoverflow .chatoverflow .build .api .APIUtility
16
17
17
- apiVersionGenerator := APIUtility (streams.value.log)
18
+ apiVersionGenerator := new APIUtility (streams.value.log)
18
19
.generateAPIVersionFile(sourceDirectory.value, majorVersion, minorVersion)
19
20
20
- requirementsGenerator := APIUtility (streams.value.log).generatedRequirements(sourceDirectory.value)
21
+ requirementsGenerator := new APIUtility (streams.value.log).generatedRequirements(sourceDirectory.value)
21
22
22
23
23
24
// Update the compile process to generate the api version java class
24
25
compile in Compile := {
25
26
apiVersionGenerator.value
26
- (compile in Compile ).value
27
27
requirementsGenerator.value
28
28
(compile in Compile ).value
29
29
}
You can’t perform that action at this time.
0 commit comments