Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit ce96dc3

Browse files
Merge pull request #3 from CivMC/1.18
Add workflow files
2 parents 24656ff + 93f0a6d commit ce96dc3

4 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Build
2+
on:
3+
pull_request:
4+
5+
jobs:
6+
call_build:
7+
uses: CivMC/.github/.github/workflows/gradle_build.yml@master
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Publish
2+
on:
3+
release:
4+
types: [created]
5+
6+
jobs:
7+
call_publish:
8+
uses: CivMC/.github/.github/workflows/gradle_publish.yml@master

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "net.civmc"
12-
version = "3.1.0-SNAPSHOT"
12+
version = "3.0.0-SNAPSHOT"
1313
description = "RandomSpawn"
1414

1515
repositories {

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)