Skip to content

Commit 9d3a549

Browse files
chore: cleanup tasks
1 parent 2d81c36 commit 9d3a549

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44
id 'io.spring.dependency-management' version '1.1.4'
55
}
66

7-
group = 'com.hello_togglebot'
8-
version = '0.0.1-SNAPSHOT'
7+
group = 'com.devcycle.openfeature-example'
8+
version = '0.0.1'
99

1010
java {
1111
sourceCompatibility = '17'

src/main/java/com/hello_togglebot/DevCycleWithOpenFeatureClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ private static DevCycleLocalClient initializeDevCycle() {
2828
}
2929

3030
DevCycleLocalOptions options = DevCycleLocalOptions.builder()
31-
.configPollingIntervalMS(5000)
32-
.eventFlushIntervalMS(5000)
33-
.build();
31+
.configPollingIntervalMS(5000)
32+
.eventFlushIntervalMS(5000)
33+
.build();
3434

3535
return new DevCycleLocalClient(devcycleSdkKey, options);
3636
}

src/test/java/com/hello_togglebot/ApplicationTests.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)