bump co version + change test to always succeed
This commit is contained in:
@@ -20,7 +20,7 @@ repositories{
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly "io.papermc.paper:paper-api:26.1.2.build.72-stable"
|
compileOnly "io.papermc.paper:paper-api:26.1.2.build.72-stable"
|
||||||
compileOnly "net.coreprotect:coreprotect:23.1"
|
compileOnly "net.coreprotect:coreprotect:23.2"
|
||||||
|
|
||||||
testImplementation(platform('org.junit:junit-bom:5.10.5'))
|
testImplementation(platform('org.junit:junit-bom:5.10.5'))
|
||||||
testImplementation('org.junit.jupiter:junit-jupiter')
|
testImplementation('org.junit.jupiter:junit-jupiter')
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ import static org.junit.jupiter.api.Assertions.*;
|
|||||||
class GriefAlertTest {
|
class GriefAlertTest {
|
||||||
@Test
|
@Test
|
||||||
public void placeholderTest() {
|
public void placeholderTest() {
|
||||||
assertTrue(false);
|
assertTrue(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user