Skip to content

Conversation

bact
Copy link
Collaborator

@bact bact commented Apr 16, 2025

actions/cache@v1 is outdated and no longer able to download/run.

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
@bact
Copy link
Collaborator Author

bact commented Apr 16, 2025

The fix is successful. actions/cache is now working.

The check failed because of unrelated issue (the net.jimblackler.jsonschemafriend:core:jar:0.12.4 is not found in Maven Central).

If desired, that can be override by adding this dependencyManagement to the root of pom.xml (applying PR #196):

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>net.jimblackler.jsonschemafriend</groupId>
				<artifactId>core</artifactId>
				<version>0.12.3</version>
			</dependency>
		</dependencies>
	</dependencyManagement>

or we can wait the next release of spdx-java-v3jsonld-store

@goneall goneall merged commit c341e9e into spdx:master Apr 16, 2025
1 check failed
@bact bact deleted the update-build-ci branch April 16, 2025 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants