Skip to content

Commit

Permalink
Fixes #47
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed Sep 14, 2021
1 parent caf7e73 commit 892d4cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
def ENV = System.getenv();

architectury {
common()
common(false)
}

java {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fabric_version=0.37.1+1.17
forge_version=37.0.19

# Mod Properties
mod_version = 1.3.1
mod_version = 1.3.2
maven_group = org.samo_lego
archives_base_name = taterzens

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pluginManagement {

include("common")
include("fabric")
include("forge")
//include("forge")

0 comments on commit 892d4cb

Please sign in to comment.