File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
name : ProtocolLib full build lifecycle
2
2
3
3
on :
4
- - push
5
- - pull_request
4
+ push :
5
+ branches-ignore :
6
+ - ' gh-pages'
7
+ pull_request :
6
8
7
9
jobs :
8
10
build :
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ lead to more subtle bugs.
12
12
13
13
### Resources
14
14
15
- * [ Spigot Page] ( https://www. spigotmc.org/resources/protocollib.1997/ )
16
- * [ Dev Builds ] ( https://ci. dmulloy2.net/job/ ProtocolLib )
17
- * [ JavaDoc] ( https://ci. dmulloy2.net/job/ ProtocolLib/javadoc/index.html )
15
+ * [ Spigot Page] ( https://spigotmc.org/resources/protocollib.1997/ )
16
+ * [ Releases ] ( https://github.com/ dmulloy2/ ProtocolLib/releases )
17
+ * [ JavaDoc] ( https://dmulloy2.net/ProtocolLib/javadoc/ )
18
18
* [ Protocol Wiki] ( https://minecraft.wiki/w/Minecraft_Wiki:Projects/wiki.vg_merge/Protocol )
19
19
20
20
### Compilation
@@ -47,7 +47,7 @@ You can also add ProtocolLib as a Maven dependency:
47
47
<dependency>
48
48
<groupId>net.dmulloy2</groupId>
49
49
<artifactId>ProtocolLib</artifactId>
50
- <version>5.3 .0</version>
50
+ <version>5.4 .0</version>
51
51
<scope>provided</scope>
52
52
</dependency>
53
53
</dependencies>
@@ -61,7 +61,7 @@ repositories {
61
61
}
62
62
63
63
dependencies {
64
- compileOnly 'net.dmulloy2:ProtocolLib:5.3 .0'
64
+ compileOnly 'net.dmulloy2:ProtocolLib:5.4 .0'
65
65
}
66
66
```
67
67
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
14
14
group = " net.dmulloy2"
15
15
description = " Provides access to the Minecraft protocol"
16
16
17
- val mcVersion = " 1.21.7 "
17
+ val mcVersion = " 1.21.8 "
18
18
val isSnapshot = version.toString().endsWith(" -SNAPSHOT" )
19
19
val buildNumber = System .getenv(" BUILD_NUMBER" ) ? : " "
20
20
val isJenkins = buildNumber.isNotEmpty()
@@ -30,10 +30,6 @@ repositories {
30
30
url = uri(" https://repo.codemc.io/repository/nms/" )
31
31
}
32
32
33
- maven {
34
- url = uri(" https://repo.dmulloy2.net/repository/public/" )
35
- }
36
-
37
33
maven {
38
34
url = uri(" https://hub.spigotmc.org/nexus/content/groups/public/" )
39
35
}
@@ -133,7 +129,7 @@ mavenPublishing {
133
129
publishToMavenCentral()
134
130
signAllPublications()
135
131
136
- coordinates(" ${ group} " , project.name, " ${ version} " )
132
+ coordinates(" $group " , project.name, " $version " )
137
133
138
134
pom {
139
135
name.set(project.name)
You can’t perform that action at this time.
0 commit comments