Skip to content

Commit 0da7716

Browse files
Upgrade gradle (temporalio#697)
1 parent 58124a8 commit 0da7716

File tree

7 files changed

+38
-25
lines changed

7 files changed

+38
-25
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ subprojects {
5959
java {
6060
target 'src/*/java/**/*.java'
6161
targetExclude '**/.idea/**'
62-
googleJavaFormat('1.16.0')
62+
googleJavaFormat('1.24.0')
6363
}
6464
}
6565

core/src/main/java/io/temporal/samples/updatabletimer/DynamicSleepWorkflowWorker.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public class DynamicSleepWorkflowWorker {
3131
static final String TASK_QUEUE = "TimerUpdate";
3232

3333
private static final Logger logger = LoggerFactory.getLogger(DynamicSleepWorkflowWorker.class);
34+
3435
/** Create just one workflow instance for the sake of the sample. */
3536
static final String DYNAMIC_SLEEP_WORKFLOW_ID = "DynamicSleepWorkflow";
3637

core/src/test/java/io/temporal/samples/batch/iterator/IteratorIteratorBatchWorkflowTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
public class IteratorIteratorBatchWorkflowTest {
3131

3232
private static final int PAGE_SIZE = 10;
33+
3334
/** The sample RecordLoaderImpl always returns the fixed number pages. */
3435
private static boolean[] processedRecords = new boolean[PAGE_SIZE * PAGE_COUNT];
3536

gradle/wrapper/gradle-wrapper.jar

-17.6 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 21 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)