Skip to content

Commit

Permalink
fix compilation error and change gradle version to compatible with jd…
Browse files Browse the repository at this point in the history
…k21 (opensearch-project#345)

* fix compilation error and change gradle version to compatible with jdk21

Signed-off-by: zane-neo <[email protected]>

* change gradle wrapper distribution checksum

Signed-off-by: zane-neo <[email protected]>

---------

Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Jul 4, 2024
1 parent 4039bf7 commit 08f41b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae
distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void setup() {
new CronSchedule("31 * * * *", ZoneId.of("Asia/Kolkata"), null),
Instant.now(),
Instant.now(),
Monitor.MonitorType.QUERY_LEVEL_MONITOR,
Monitor.MonitorType.QUERY_LEVEL_MONITOR.getValue(),
new User("test-user", Collections.emptyList(), Collections.emptyList(), Collections.emptyList()),
0,
Collections.emptyList(),
Expand Down

0 comments on commit 08f41b8

Please sign in to comment.