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

Commit e528228

Browse files
committed
Changed Repository
1 parent 06b1bdf commit e528228

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Bukkit Plugins. Example code can be seen here:
1515

1616
1) Add the repository:
1717
```kotlin
18-
repositories {
19-
maven("https://pulsebeat02.jfrog.io/artifactory/pulse-gradle-release-local/");
20-
}
18+
repositories {
19+
maven("https://pulsebeat02.jfrog.io/artifactory/minecraftmedialibrary/");
20+
}
2121
```
2222

2323
2) Add the dependency:
2424
```kotlin
25-
dependencies {
26-
implementation("io.github.pulsebeat02", "emc-dependency-management", "v1.0.0")
27-
}
25+
dependencies {
26+
implementation("io.github.pulsebeat02:emc-dependency-management:v1.0.0")
27+
}
2828
```

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tasks {
5252
publishing {
5353
repositories {
5454
maven {
55-
setUrl("https://pulsebeat02.jfrog.io/artifactory/pulse-gradle-release-local")
55+
setUrl("https://pulsebeat02.jfrog.io/artifactory/minecraftmedialibrary/")
5656
credentials {
5757
username = ""
5858
password = ""

0 commit comments

Comments
 (0)