Skip to content

Commit

Permalink
Update for migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Jul 17, 2020
1 parent c163b46 commit fe0f684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gradle plugin designed for Arclight development.

![](https://jitpack.io/v/IzzelAliz/arclight-gradle-plugin.svg) ![](https://img.shields.io/github/workflow/status/IzzelAliz/arclight-gradle-plugin/Java%20CI%20with%20Gradle)
![](https://jitpack.io/v/ArclightTeam/arclight-gradle-plugin.svg) ![](https://img.shields.io/github/workflow/status/ArclightTeam/arclight-gradle-plugin/Java%20CI%20with%20Gradle)

## Usage

Expand All @@ -12,7 +12,7 @@ buildscript {
maven { url = 'https://jitpack.io' }
}
dependencies {
classpath 'com.github.IzzelAliz:arclight-gradle-plugin:1.0'
classpath 'com.github.ArclightTeam:arclight-gradle-plugin:1.0'
}
}
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/izzelaliz/arclight-gradle-plugin")
url = uri("https://maven.pkg.github.com/arclightteam/arclight-gradle-plugin")
credentials {
username = project.findProperty("gpr.user") ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") ?: System.getenv("TOKEN")
Expand Down

0 comments on commit fe0f684

Please sign in to comment.