Update to use Java 5, remove annotation #1

Merged
Vulpovile merged 4 commits from feature/test into master 2025-01-11 19:53:08 +00:00
4 changed files with 5 additions and 6 deletions
Showing only changes of commit bdef05f4e9 - Show all commits

10
Jenkinsfile vendored
View File

@@ -36,14 +36,4 @@ pipeline {
} }
} }
} }
post {
success {
// Report success to Gitea
giteaSetCommitStatus(context: 'success', description: 'Build Passed', targetUrl: env.BUILD_URL)
}
failure {
// Report failure to Gitea
giteaSetCommitStatus(context: 'failure', description: 'Build Failed', targetUrl: env.BUILD_URL)
}
}
} }

View File

@@ -27,7 +27,7 @@ public class Packet127KeepAliveTest extends PacketTestBase {
packet.sendPacket(output()); packet.sendPacket(output());
assertEquals(127, input().readByte()); assertEquals(117, input().readByte());
} }
@Test @Test