We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc35e8 commit b27624fCopy full SHA for b27624f
2 files changed
build.gradle.kts
@@ -4,7 +4,7 @@ buildscript {
4
gradlePluginPortal()
5
}
6
dependencies {
7
- classpath("org.shipkit:shipkit:2.1.8")
+ classpath("org.shipkit:shipkit:2.2.0")
8
9
10
impl/src/main/java/io/github/epeee/shipkit/demo/impl/SampleService.java
@@ -11,6 +11,8 @@ public class SampleService implements Service {
11
12
/**
13
*
14
+ *
15
+ * @since 0.0.1
16
*/
17
@Override
18
public boolean doSomething() {
0 commit comments