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 Gradle Wrapper and JDK runtime #324

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .run/Connector Consumer Corp.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Connector Consumer Corp" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-22" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="envFilePaths">
<option value="$PROJECT_DIR$/deployment/assets/env/consumer_connector.env" />
Expand Down
2 changes: 1 addition & 1 deletion .run/Connector _provider-manufacturing_.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Connector &quot;provider-manufacturing&quot;" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-22" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="envFilePaths">
<option value="$PROJECT_DIR$/deployment/assets/env/provider_connector_manufacturing.env" />
Expand Down
3 changes: 1 addition & 2 deletions .run/Connector _provider-qna_.run.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Connector &quot;provider-qna&quot;" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-22" />
<option name="envFilePaths">
<option value="$PROJECT_DIR$/deployment/assets/env/provider_connector_qna.env" />
</option>
Expand Down
2 changes: 1 addition & 1 deletion .run/IdentityHub Consumer Corp.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="IdentityHub Consumer Corp" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-22" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="envFilePaths">
<option value="$PROJECT_DIR$/deployment/assets/env/consumer_identityhub.env" />
Expand Down
3 changes: 1 addition & 2 deletions .run/IdentityHub Provider Corp.run.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="IdentityHub Provider Corp" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="ALTERNATIVE_JRE_PATH" value="$USER_HOME$/.jdks/temurin-22.0.2" />
<option name="envFilePaths">
<option value="$PROJECT_DIR$/deployment/assets/env/provider_identityhub.env" />
</option>
Expand Down
2 changes: 1 addition & 1 deletion .run/Provider Catalog Server.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Provider Catalog Server" type="Application" factoryName="Application">
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-22" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<option name="envFilePaths">
<option value="$PROJECT_DIR$/deployment/assets/env/provider_catalogserver.env" />
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {

// 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.buildDir)
outputDirectory.set(project.layout.buildDirectory.asFile)
processorVersion.set(annotationProcessorVersion)
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading