From a171ca2e5133b226fd2bef3b75cdb2dd433c0409 Mon Sep 17 00:00:00 2001 From: eactive Date: Tue, 9 Sep 2025 10:45:07 +0900 Subject: [PATCH] =?UTF-8?q?Gradle=207.6=20->=208.7=20=EB=B0=8F=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EA=B5=AC=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 3 +-- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 848df0e..5f1ed7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1 @@ -org.gradle.caching=true -org.gradle.offline=true \ No newline at end of file +org.gradle.caching=true \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f8a4e70..8bea23a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=gradle-7.6.3-bin.zip +distributionUrl=gradle-8.7-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index 330c133..ff968dd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,5 +3,5 @@ rootProject.name = 'eapim-portal' include 'elink-online-core-jpa' include 'elink-portal-common' -project (':elink-online-core-jpa').projectDir = new File(settingsDir, "../eapim-online/elink-online-core-jpa") +project (':elink-online-core-jpa').projectDir = new File(settingsDir, "../elink-online-core-jpa") project (':elink-portal-common').projectDir = new File(settingsDir, "../elink-portal-common")