Skip to content

Commit

Permalink
Random build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tyra314 committed Sep 11, 2022
1 parent 0ded504 commit 4c10483
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "0.12.0-SNAPSHOT" apply false
id "maven-publish"
}

architectury {
Expand Down
9 changes: 5 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.architectury.dev/" }
maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
}
}

if (JavaVersion.current().ordinal() + 1 < 17) {
throw new IllegalStateException("Please run gradle with Java 17+!")
}

include("common")
include("fabric")
include("forge")
Expand Down

0 comments on commit 4c10483

Please sign in to comment.