Skip to content

Commit

Permalink
Publish 1.4 beta builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Oct 24, 2023
1 parent 48c3961 commit 3114701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'dev/1.1'
- 'dev/1.2'
- 'dev/1.3'
- 'dev/1.4'

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions src/main/java/net/fabricmc/loom/LoomGradlePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public void apply(Project project) {
loggedVersions.add(LOOM_VERSION);
System.setProperty("loom.printed.logged", String.join(",", loggedVersions));
project.getLogger().lifecycle("Architectury Loom: " + LOOM_VERSION);
project.getLogger().lifecycle("This version of Architectury Loom is in beta! Please report any issues you encounter: https://github.com/architectury/architectury-loom/issues");
}

LibraryLocationLogger.logLibraryVersions();
Expand Down

0 comments on commit 3114701

Please sign in to comment.