Skip to content

Commit

Permalink
chore: setup for next module to be moved to nox
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolai committed Oct 31, 2023
1 parent 4946485 commit 08d2473
Show file tree
Hide file tree
Showing 185 changed files with 6 additions and 9,214 deletions.
7 changes: 1 addition & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ subprojects {
apply<IndraCheckstylePlugin>()
apply<SpotlessPlugin>()

// Don't publish examples
if (!name.startsWith("example-")) {
apply<IndraPublishingPlugin>()
}

repositories {
mavenCentral()
sonatypeSnapshots()
Expand Down Expand Up @@ -75,7 +70,7 @@ subprojects {

// Configure any existing RunServerTasks
tasks.withType<RunServerTask> {
minecraftVersion("1.19.4")
minecraftVersion("1.20.2")
jvmArgs("-Dio.papermc.paper.suppress.sout.nags=true")
}
}
3 changes: 0 additions & 3 deletions core/README.md

This file was deleted.

Empty file removed core/build.gradle.kts
Empty file.
170 changes: 0 additions & 170 deletions core/src/main/java/org/incendo/interfaces/core/Interface.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 08d2473

Please sign in to comment.