Browse Source

added cpp-build jar (#3640)

* adding cpp jar

* Update .gitignore

Added exception for cpp-build jar
pull/3641/head
mandlil 1 year ago
committed by GitHub
parent
commit
64b80c420f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .gitignore
  2. BIN
      tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar

+ 2
- 1
.gitignore View File

@ -1,4 +1,5 @@
target/
!tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
build/
lib/
generated/
generated/

BIN
tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar View File


Loading…
Cancel
Save