Skip to content

Commit b27624f

Browse files
committed
Update shipkit plugin (v2.2.0)
1 parent 3fc35e8 commit b27624f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
gradlePluginPortal()
55
}
66
dependencies {
7-
classpath("org.shipkit:shipkit:2.1.8")
7+
classpath("org.shipkit:shipkit:2.2.0")
88
}
99
}
1010

impl/src/main/java/io/github/epeee/shipkit/demo/impl/SampleService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public class SampleService implements Service {
1111

1212
/**
1313
*
14+
*
15+
* @since 0.0.1
1416
*/
1517
@Override
1618
public boolean doSomething() {

0 commit comments

Comments
 (0)