This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Update action to use node20 #487
test.yml
on: pull_request
test
2m 16s
action-test
1m 56s
Annotations
2 errors, 5 warnings, and 9 notices
test
FAILURE: Build failed with an exception.
* What went wrong:
configuration 'non-existing' not found in configuration container.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1s
|
test
'./gradlew :app:dependencies --configuration non-existing' resolution failed!
|
action-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Discovered unresolved dependency: org.projectlombok:lombok (n)
|
test
Could not parse unresolved package: 'unspecified (n)' (3)
|
test
Found an unresolved project dependency, skipping - \--- project hello (n)
|
action-test
Submitting snapshot...
|
action-test
{
"detector": {
"name": "mikepenz/gradle-dependency-submission",
"url": "https://github.com/mikepenz/gradle-dependency-submission",
"version": "v1.0.1"
},
"version": 0,
"job": {
"correlator": "action-test-:app-",
"id": "7652316919"
},
"sha": "ad852f905f6f7e1aac4c56ee1f9e9720a88b0e9a",
"ref": "refs/pull/469/merge",
"scanned": "2024-01-25T09:18:16.306Z",
"manifests": {
"gradle-example/app": {
"resolved": {
"pkg:maven/androidx.test.ext/junit@1.1.3": {
"package_url": "pkg:maven/androidx.test.ext/junit@1.1.3",
"relationship": "direct",
"dependencies": [
"pkg:maven/junit/junit@4.12",
"pkg:maven/androidx.test/core@1.4.0",
"pkg:maven/androidx.test/monitor@1.4.0",
"pkg:maven/androidx.annotation/annotation@1.0.0"
]
},
"pkg:maven/androidx.test.espresso/espresso-core@3.4.0": {
"package_url": "pkg:maven/androidx.test.espresso/espresso-core@3.4.0",
"relationship": "direct",
"dependencies": [
"pkg:maven/androidx.test/runner@1.4.0",
"pkg:maven/androidx.test.espresso/espresso-idling-resource@3.4.0",
"pkg:maven/com.squareup/javawriter@2.1.1",
"pkg:maven/javax.inject/javax.inject@1",
"pkg:maven/org.hamcrest/hamcrest-library@1.3",
"pkg:maven/org.hamcrest/hamcrest-integration@1.3",
"pkg:maven/com.google.code.findbugs/jsr305@2.0.1"
]
},
"pkg:maven/androidx.compose.ui/ui-test-junit4@1.5.4": {
"package_url": "pkg:maven/androidx.compose.ui/ui-test-junit4@1.5.4",
"relationship": "direct",
"dependencies": [
"pkg:maven/androidx.compose.ui/ui-test@1.5.4",
"pkg:maven/androidx.compose.ui/ui@1.5.4",
"pkg:maven/androidx.compose.ui/ui-text@1.5.4",
"pkg:maven/androidx.compose.ui/ui-unit@1.5.4",
"pkg:maven/androidx.compose.ui/ui-geometry@1.5.4",
"pkg:maven/androidx.compose.ui/ui-graphics@1.5.4",
"pkg:maven/androidx.compose.ui/ui-test-junit4-android@1.5.4"
]
},
"pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.9.10": {
"package_url": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.9.10",
"relationship": "direct",
"dependencies": [
"pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.9.10",
"pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.9.10"
]
},
"pkg:maven/androidx.test.ext/junit@1.1.5": {
"package_url": "pkg:maven/androidx.test.ext/junit@1.1.5",
"relationship": "direct",
"dependencies": [
"pkg:maven/junit/junit@4.13.2",
"pkg:maven/androidx.test/core@1.5.0",
"pkg:maven/androidx.test/monitor@1.6.1",
"pkg:maven/androidx.annotation/annotation@1.6.0"
]
},
"pkg:maven/androidx.test.espresso/espresso-core@3.5.0": {
"package_url": "pkg:maven/androidx.test.espresso/espresso-core@3.5.0",
"relationship": "direct",
"dependencies": [
"pkg:maven/androidx.annotation/annotation@1.6.0",
"pkg:maven/androidx.test/core@1.5.0",
"pkg:maven/androidx.test/runner@1.5.0",
"pkg:maven/androidx.test
|
action-test
Snapshot successfully created at 2024-01-25T09:18:16.548Z
|
action-test
Submitting snapshot...
|
action-test
{
"detector": {
"name": "mikepenz/gradle-dependency-submission",
"url": "https://github.com/mikepenz/gradle-dependency-submission",
"version": "v1.0.1"
},
"version": 0,
"job": {
"correlator": "action-test-:-compileClasspath",
"id": "7652316919"
},
"sha": "ad852f905f6f7e1aac4c56ee1f9e9720a88b0e9a",
"ref": "refs/pull/469/merge",
"scanned": "2024-01-25T09:17:13.318Z",
"manifests": {
"gradle-dependency-submission": {
"resolved": {
"pkg:maven/org.springframework/spring-core@5.3.27": {
"package_url": "pkg:maven/org.springframework/spring-core@5.3.27",
"relationship": "direct",
"dependencies": [
"pkg:maven/org.springframework/spring-jcl@5.3.27"
]
},
"pkg:maven/org.springframework/spring-jcl@5.3.27": {
"package_url": "pkg:maven/org.springframework/spring-jcl@5.3.27",
"relationship": "indirect",
"dependencies": []
}
},
"name": "gradle-dependency-submission",
"file": {
"source_location": "build.gradle"
}
}
}
}
|
action-test
Snapshot successfully created at 2024-01-25T09:17:13.535Z
|
action-test
Submitting snapshot...
|
action-test
{
"detector": {
"name": "mikepenz/gradle-dependency-submission",
"url": "https://github.com/mikepenz/gradle-dependency-submission",
"version": "v1.0.1"
},
"version": 0,
"job": {
"correlator": "action-test-:app_:simple-app_:library-parent-parent-debugCompileClasspath",
"id": "7652316919"
},
"sha": "ad852f905f6f7e1aac4c56ee1f9e9720a88b0e9a",
"ref": "refs/pull/469/merge",
"scanned": "2024-01-25T09:18:09.309Z",
"manifests": {
"gradle-example/app": {
"resolved": {
"pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.9.10": {
"package_url": "pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk8@1.9.10",
"relationship": "direct",
"dependencies": [
"pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.9.10",
"pkg:maven/org.jetbrains.kotlin/kotlin-stdlib-jdk7@1.9.10"
]
},
"pkg:maven/androidx.compose.ui/ui-tooling@1.5.4": {
"package_url": "pkg:maven/androidx.compose.ui/ui-tooling@1.5.4",
"relationship": "direct",
"dependencies": [
"pkg:maven/androidx.compose.ui/ui-tooling-android@1.5.4"
]
},
"pkg:maven/androidx.compose.ui/ui-test-manifest@1.5.4": {
"package_url": "pkg:maven/androidx.compose.ui/ui-test-manifest@1.5.4",
"relationship": "direct",
"dependencies": [
"pkg:maven/androidx.activity/activity@1.7.0",
"pkg:maven/androidx.compose.ui/ui@1.5.4",
"pkg:maven/androidx.compose.ui/ui-tooling@1.5.4",
"pkg:maven/androidx.compose.ui/ui-tooling-preview@1.5.4",
"pkg:maven/androidx.compose.ui/ui-graphics@1.5.4",
"pkg:maven/androidx.compose.ui/ui-text@1.5.4",
"pkg:maven/androidx.compose.ui/ui-tooling-data@1.5.4",
"pkg:maven/androidx.compose.ui/ui-geometry@1.5.4",
"pkg:maven/androidx.compose.ui/ui-unit@1.5.4"
]
},
"pkg:maven/androidx.core/core-ktx@1.12.0": {
"package_url": "pkg:maven/androidx.core/core-ktx@1.12.0",
"relationship": "direct",
"dependencies": [
"pkg:maven/androidx.annotation/annotation@1.6.0",
"pkg:maven/androidx.core/core@1.12.0",
"pkg:maven/org.jetbrains.kotlin/kotlin-stdlib@1.9.10"
]
},
"pkg:maven/androidx.compose.ui/ui@1.5.4": {
"package_url": "pkg:maven/androidx.compose.ui/ui@1.5.4",
"relationship": "direct",
"dependencies": [
"pkg:maven/androidx.compose.ui/ui-android@1.5.4"
]
},
"pkg:maven/androidx.compose.material3/material3@1.1.2": {
"package_url": "pkg:maven/androidx.compose.material3/material3@1.1.2",
"relationship": "direct",
"dependencies": [
"pkg:maven/androidx.compose.foundation/foundation@1.5.4",
"pkg:maven/androidx.compose.material/material-icons-core@1.4.1",
"pkg:maven/androidx.compose.material/material-ripple@1.4.1",
"pkg:maven/androidx.compose.runtime/runtime@1.5.4",
"pkg:maven/androidx.compose.ui/ui@1.5.4",
"pkg:maven/androidx.compose.ui/ui-graphics@1.5.4",
"pkg:maven/androidx.compose.ui/ui-text@1.5.4"
]
},
"pkg:maven/androidx.compose.ui/ui-tooling-preview@1.5.4": {
"package_url": "pkg:ma
|
action-test
Snapshot successfully created at 2024-01-25T09:18:09.569Z
|