Skip to content

Commit

Permalink
Update workflows; bump heap
Browse files Browse the repository at this point in the history
Not shown here: 11 commits worth of intermediate work
  • Loading branch information
Ampflower committed Jan 16, 2024
1 parent 4114fd9 commit c1fc620
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

jobs:
build:
uses: Modflower/.github/workflows/mod-build.yml@main
uses: Modflower/workflows/.github/workflows/mod-build.yml@main
with:
artifacts: |
'*/build/libs/'
*/build/libs/
!buildSrc
11 changes: 9 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ on:
types:
- published

permissions:
contents: write

jobs:
build:
uses: Modflower/.github/workflows/mod-publish.yml@main
uses: Modflower/workflows/.github/workflows/mod-publish.yml@main
with:
artifacts: |
'*/build/libs/'
*/build/libs/*
!buildSrc/*
!xplat/*
!*-sources.jar
!*-javadoc.jar
secrets: inherit
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ github=https://github.com/Modflower/Genflower
description=Worldgen & loot utilities for mods & datapacks.

# Gradle & Loom hackery
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx4G -XX:+UseCompressedOops
fabric.loom.multiProjectOptimisation=true

0 comments on commit c1fc620

Please sign in to comment.