Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Jul 6, 2024
1 parent fcdaa2f commit 45e9551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'io.github.goooler.shadow' version '8.1.7'
id 'fabric-loom' version '1.7-SNAPSHOT' apply false
id 'org.spongepowered.gradle.plugin' version '2.2.0' apply false
id 'org.spongepowered.gradle.vanilla' version '0.2' apply false
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT' apply false
}

shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rootProject.name = 'Negativity'
include 'common', 'bungee', 'velocity', 'minestom'
include 'spigot'
include 'sponge', 'sponge7'
include 'fabric'
// include 'fabric' // TEMPORARY ignore fabric

// All integrations
// all integrations in common
Expand Down

0 comments on commit 45e9551

Please sign in to comment.