Skip to content

Commit 0c65bfb

Browse files
authored
Add CPP module type (#773)
1 parent efe1a1f commit 0c65bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-info-api/src/main/java/org/jfrog/build/api/builder/ModuleType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* @author yahavi
55
*/
66
public enum ModuleType {
7-
BUILD, GENERIC, MAVEN, GRADLE, IVY, DOCKER, NPM, NUGET, GO, PYPI
7+
BUILD, GENERIC, MAVEN, GRADLE, IVY, DOCKER, NPM, NUGET, GO, PYPI, CPP
88
}

0 commit comments

Comments
 (0)