Skip to content

Commit 1249468

Browse files
author
TechsCode
committed
Adding startup message
1 parent a6792bd commit 1249468

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/me/TechsCode/ReleaseServer/ReleaseServer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public List<Artifact> getArtifacts() {
5050
return artifacts;
5151
}
5252
};
53+
54+
System.out.println("Listening to new releases...");
5355
}
5456

5557
public static List<Artifact> getArtifacts() {

0 commit comments

Comments
 (0)