This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow Empty List of Dependencies / No Build Files (#163)
* allow empty dependencies Signed-off-by: anderssonw <wandersson.98@gmail.com> * log on no build files Signed-off-by: anderssonw <wandersson.98@gmail.com> * slightly better message Signed-off-by: anderssonw <wandersson.98@gmail.com> * fix gradle test, no longer causes error Signed-off-by: anderssonw <wandersson.98@gmail.com> --------- Signed-off-by: anderssonw <wandersson.98@gmail.com>
- Loading branch information
1 parent
d3fe8e7
commit f67b841
Showing
28 changed files
with
948 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+17 Bytes
pkg/build/jvm/testdata/jvm/gradle-kts/.gradle/8.0.1/checksums/checksums.lock
Binary file not shown.
Binary file added
BIN
+26.8 KB
pkg/build/jvm/testdata/jvm/gradle-kts/.gradle/8.0.1/checksums/sha256-checksums.bin
Binary file not shown.
Binary file added
BIN
+17 Bytes
.../testdata/jvm/gradle-kts/.gradle/8.0.1/dependencies-accessors/dependencies-accessors.lock
Binary file not shown.
Empty file.
Binary file added
BIN
+17 Bytes
pkg/build/jvm/testdata/jvm/gradle-kts/.gradle/8.0.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file added
BIN
+1 Byte
pkg/build/jvm/testdata/jvm/gradle-kts/.gradle/8.0.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added
BIN
+17 Bytes
pkg/build/jvm/testdata/jvm/gradle-kts/.gradle/8.0.1/fileHashes/fileHashes.lock
Binary file not shown.
Empty file.
Binary file added
BIN
+17 Bytes
.../testdata/jvm/gradle-kts/.gradle/8.0.1/signature-verification/signature-verification.lock
Binary file not shown.
Binary file added
BIN
+17 Bytes
pkg/build/jvm/testdata/jvm/gradle-kts/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
pkg/build/jvm/testdata/jvm/gradle-kts/.gradle/buildOutputCleanup/cache.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#Thu Mar 02 13:32:47 CET 2023 | ||
gradle.version=8.0.1 |
Empty file.
562 changes: 562 additions & 0 deletions
562
pkg/build/jvm/testdata/jvm/gradle-kts/gradle/verification-metadata.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+17 Bytes
pkg/build/jvm/testdata/jvm/gradle/.gradle/8.0.1/checksums/checksums.lock
Binary file not shown.
Binary file added
BIN
+23.7 KB
pkg/build/jvm/testdata/jvm/gradle/.gradle/8.0.1/checksums/sha256-checksums.bin
Binary file not shown.
Binary file added
BIN
+17 Bytes
.../jvm/testdata/jvm/gradle/.gradle/8.0.1/dependencies-accessors/dependencies-accessors.lock
Binary file not shown.
Empty file.
Binary file added
BIN
+17 Bytes
pkg/build/jvm/testdata/jvm/gradle/.gradle/8.0.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file added
BIN
+1 Byte
pkg/build/jvm/testdata/jvm/gradle/.gradle/8.0.1/fileChanges/last-build.bin
Binary file not shown.
Binary file added
BIN
+17 Bytes
pkg/build/jvm/testdata/jvm/gradle/.gradle/8.0.1/fileHashes/fileHashes.lock
Binary file not shown.
Empty file.
Binary file added
BIN
+17 Bytes
.../jvm/testdata/jvm/gradle/.gradle/8.0.1/signature-verification/signature-verification.lock
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
pkg/build/jvm/testdata/jvm/gradle/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
pkg/build/jvm/testdata/jvm/gradle/.gradle/buildOutputCleanup/cache.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#Fri Oct 14 10:00:23 CEST 2022 | ||
gradle.version=7.5.1 | ||
#Thu Mar 02 13:32:48 CET 2023 | ||
gradle.version=8.0.1 |
367 changes: 367 additions & 0 deletions
367
pkg/build/jvm/testdata/jvm/gradle/gradle/verification-metadata.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters