Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit c85cc47

Browse files
committed
Updated gradle settings
1 parent e7c3ed0 commit c85cc47

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# builds a paperclip jar to be updated in the body
55
# of the PR relating to this action.
66

7-
name: Build Paper
7+
name: Build Reflint
88
on:
99
push:
1010
pull_request:

.github/workflows/pr_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name: Comment on pull request
1111
on:
1212
workflow_run:
13-
workflows: ['Build Paper']
13+
workflows: ['Build Reflint']
1414
types: [completed]
1515
jobs:
1616
pr_comment:

.github/workflows/test_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test Results
22

33
on:
44
workflow_run:
5-
workflows: [ "Build Paper" ]
5+
workflows: [ "Build Reflint" ]
66
types:
77
- completed
88
permissions: { }

settings.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ if (!file(".git").exists()) {
1515
val errorText = """
1616
1717
=====================[ ERROR ]=====================
18-
The Paper project directory is not a properly cloned Git repository.
18+
The Reflint project directory is not a properly cloned Git repository.
1919
20-
In order to build Paper from source you must clone
20+
In order to build Reflint from source you must clone
2121
the Paper repository using Git, not download a code
2222
zip from GitHub.
2323
2424
Built Paper jars are available for download at
25-
https://papermc.io/downloads/paper
25+
https://reflintmc.github.io
2626
27-
See https://github.com/PaperMC/Paper/blob/main/CONTRIBUTING.md
28-
for further information on building and modifying Paper.
27+
See https://github.com/ReflintMC/Reflint
28+
for further information on building and modifying Reflint.
2929
===================================================
3030
""".trimIndent()
3131
error(errorText)

0 commit comments

Comments
 (0)