Skip to content

Commit

Permalink
chore: update Gradle Wrapper and JDK runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Aug 19, 2024
1 parent 8da0c4e commit 1f95eaa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
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

0 comments on commit 1f95eaa

Please sign in to comment.