Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update run configs and EDC version #388

Conversation

paullatzelsperger
Copy link
Member

What this PR changes/adds

updates the JDK version of the runconfigs to a LTS version, updates to use latest EDC snapshots

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.


allprojects {
apply(plugin = "${group}.edc-build")

// configure which version of the annotation processor to use. defaults to the same version as the plugin
configure<org.eclipse.edc.plugins.autodoc.AutodocExtension> {
outputDirectory.set(project.layout.buildDirectory.asFile)
processorVersion.set(annotationProcessorVersion)
processorVersion.set(edcGradlePluginsVersion)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could also be not set, by default it will be same as the project version (0.11.0-SNAPSHOT)

@@ -1,12 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Connector Consumer Corp" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="temurin-22" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not to set it to 23? LTS is not a requirement for a project that meant to stay up-to-date

@paullatzelsperger paullatzelsperger merged commit 9e87fa7 into eclipse-edc:main Nov 22, 2024
9 checks passed
@paullatzelsperger paullatzelsperger deleted the chore/update_runconfigs_edc-version branch November 22, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants