Skip to content

Commit bc42fa6

Browse files
Bump version and update civgradle
1 parent cf897eb commit bc42fa6

12 files changed

Lines changed: 89 additions & 77 deletions

.github/workflows/build.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/pr_updated.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: ⬇️ PR Updated
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
jobs:
8+
call_gradle_build:
9+
name: ☎️ Call Gradle Build
10+
uses: CivMC/.github/.github/workflows/gradle_build.yml@master
11+
with:
12+
gradle_task: reobf
13+
secrets: inherit
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: ✅ PR Updated Completed
2+
3+
on:
4+
workflow_run:
5+
types:
6+
- "completed"
7+
workflows:
8+
- "⬇️ PR Updated"
9+
10+
jobs:
11+
call_comment_on_pr:
12+
name: ☎️ Call Comment on PR
13+
uses: CivMC/.github/.github/workflows/comment_on_pr.yml@master
14+
secrets: inherit

.github/workflows/publish.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/tag_created.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 🏷️ Tag Created
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*.*.*'
7+
8+
jobs:
9+
call_gradle_publish:
10+
name: ☎️ Call Gradle Publish
11+
uses: CivMC/.github/.github/workflows/gradle_publish.yml@master
12+
secrets: inherit

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import net.civmc.civgradle.CivGradleExtension
22

33
plugins {
4-
id("net.civmc.civgradle") version "2.+" apply false
4+
id("net.civmc.civgradle") version "3.1.2" apply false
55
}
66

77
subprojects {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gradle properties
22
group = net.civmc.factorymod
3-
version = 3.0.5
3+
version = 3.1.0
44
description = FactoryMod
55

66
# Custom Properties

gradle/wrapper/gradle-wrapper.jar

4.09 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 33 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)