Compare commits

..

No commits in common. "bde4bf1a17e461bb499825abd892f21482ed4047" and "63e6383d19c714166f9e079c153fb5276a7db185" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View file

@ -33,14 +33,14 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Gradle
uses: gradle/gradle-build-action@8f08e41675472b8aa0aa2c356e8b2c1561af3bf9
uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6
with:
arguments: build
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Publish to GitHub Packages
uses: gradle/gradle-build-action@8f08e41675472b8aa0aa2c356e8b2c1561af3bf9
uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6
with:
arguments: publish
env:

View file

@ -42,9 +42,9 @@
```xml
<dependency>
<groupId>com.github.0x61nas</groupId>
<groupId>com.github.Anas-Elgarhy</groupId>
<artifactId>JColorfulConsole</artifactId>
<version>1.0.4</version>
<version>1.0.3</version>
</dependency>
```
@ -66,7 +66,7 @@ allprojects {
```gradle
dependencies {
implementation 'com.github.0x61nas:JColorfulConsole:1.0.4'
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3'
}
```

View file

@ -6,12 +6,12 @@
<groupId>com.anas.jcolorfulconsole</groupId>
<artifactId>jcolorfulconsole</artifactId>
<version>1.0.4</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>JColorfulConsole</name>
<description>A colorful console for Java</description>
<url>https://github.com/0x61na/JColorfulConsole</url>
<url>https://github.com/Anas-Elgarhy/JColorfulConsole</url>
<licenses>