Skip to content

Commit 7ace529

Browse files
committed
Fix release
1 parent 4dd2afe commit 7ace529

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ atlassian-*.xml
1818
/itest/src/test/resources/org/jfrog/build/cache
1919
/build-info-extractor/src/test/resources/artifactory-bi.properties
2020
local.properties
21+
target

.jfrog/jfrog-apps-config.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: "1.0"
2+
modules:
3+
- exclude_patterns:
4+
- "**/.git/**"
5+
- "**/build/**"
6+
- "**/target/**"
7+
- "**/.vscode/**"
8+
- "**/.idea/**"
9+
exclude_scanners:
10+
- "iac"
11+
# Temporarily disabling secrets scanner - the scanner removes essential Gradle files
12+
- "secrets"
Binary file not shown.

gradle/wrapper/gradle-wrapper.jar

57.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)