Skip to content

Commit ec8e3dd

Browse files
committed
Updated gradle project #6
1 parent 1cbfeed commit ec8e3dd

File tree

3 files changed

+5
-51
lines changed

3 files changed

+5
-51
lines changed

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,4 @@
44

55
SimpleClientAPI is the Bukkit/Spigot/Paper API for SimpleClient to enable/disable Legacy PvP.
66

7-
### Download
8-
[here](https://github.com/SimpleClientDevelopment/SimpleClientAPI/releases/latest)
9-
10-
### Gradle
11-
```gradle
12-
repositories {
13-
maven { url = 'https://jitpack.io' }
14-
}
15-
```
16-
```gradle
17-
dependencies {
18-
implementation "com.github.SimpleClientDevelopment:SimpleClientAPI:VERSION"
19-
}
20-
```
21-
22-
### Maven
23-
```xml
24-
<repositories>
25-
<repository>
26-
<id>simpleclient-api</id>
27-
<url>https://jitpack.io</url>
28-
</repository>
29-
</repositories>
30-
```
31-
```xml
32-
<dependency>
33-
<groupId>com.github.SimpleClientDevelopment</groupId>
34-
<artifactId>SimpleClientAPI</artifactId>
35-
<version>VERSION</version>
36-
</dependency>
37-
```
7+
### Download: [here](https://github.com/SimpleClientDevelopment/SimpleClientAPI/releases/latest)

build.gradle

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
plugins {
22
id 'java'
3-
id 'maven-publish'
43
id 'xyz.jpenilla.run-paper' version '2.1.0'
54
id 'io.papermc.paperweight.userdev' version '1.5.3'
65
id 'com.github.breadmoirai.github-release' version '2.4.1'
76
}
87

9-
group = 'com.github.SimpleClientDevelopment'
10-
version = '0.1.6'
8+
group = 'simpleclient'
9+
version = '0.1.7'
1110

1211
repositories {
1312
mavenCentral()
@@ -52,19 +51,4 @@ githubRelease {
5251
dryRun false
5352
apiEndpoint 'https://api.github.com'
5453
client
55-
}
56-
57-
publishing {
58-
publications {
59-
maven(MavenPublication) {
60-
from components.java
61-
}
62-
}
63-
}
64-
65-
wrapper {
66-
gradleVersion = '8.1.1'
67-
distributionType = Wrapper.DistributionType.ALL
68-
}
69-
70-
task('install') {}
54+
}

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
## SimpleClient API %version%
2-
- Updated gradle project #5
2+
- Updated gradle project #6

0 commit comments

Comments
 (0)