mirror of
https://github.com/anas-elgarhy/JColorfulConsole.git
synced 2024-08-14 23:57:19 +00:00
Compare commits
No commits in common. "bde4bf1a17e461bb499825abd892f21482ed4047" and "63e6383d19c714166f9e079c153fb5276a7db185" have entirely different histories.
bde4bf1a17
...
63e6383d19
3 changed files with 7 additions and 7 deletions
4
.github/workflows/gradle-publish.yml
vendored
4
.github/workflows/gradle-publish.yml
vendored
|
@ -33,14 +33,14 @@ jobs:
|
||||||
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
settings-path: ${{ github.workspace }} # location for the settings.xml file
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
uses: gradle/gradle-build-action@8f08e41675472b8aa0aa2c356e8b2c1561af3bf9
|
uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6
|
||||||
with:
|
with:
|
||||||
arguments: build
|
arguments: build
|
||||||
|
|
||||||
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
|
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
|
||||||
# the publishing section of your build.gradle
|
# the publishing section of your build.gradle
|
||||||
- name: Publish to GitHub Packages
|
- name: Publish to GitHub Packages
|
||||||
uses: gradle/gradle-build-action@8f08e41675472b8aa0aa2c356e8b2c1561af3bf9
|
uses: gradle/gradle-build-action@8e02c8272aba4650563824b7012f8a86158901c6
|
||||||
with:
|
with:
|
||||||
arguments: publish
|
arguments: publish
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -42,9 +42,9 @@
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.0x61nas</groupId>
|
<groupId>com.github.Anas-Elgarhy</groupId>
|
||||||
<artifactId>JColorfulConsole</artifactId>
|
<artifactId>JColorfulConsole</artifactId>
|
||||||
<version>1.0.4</version>
|
<version>1.0.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ allprojects {
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.0x61nas:JColorfulConsole:1.0.4'
|
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
<groupId>com.anas.jcolorfulconsole</groupId>
|
<groupId>com.anas.jcolorfulconsole</groupId>
|
||||||
<artifactId>jcolorfulconsole</artifactId>
|
<artifactId>jcolorfulconsole</artifactId>
|
||||||
<version>1.0.4</version>
|
<version>1.0.3</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>JColorfulConsole</name>
|
<name>JColorfulConsole</name>
|
||||||
<description>A colorful console for Java</description>
|
<description>A colorful console for Java</description>
|
||||||
<url>https://github.com/0x61na/JColorfulConsole</url>
|
<url>https://github.com/Anas-Elgarhy/JColorfulConsole</url>
|
||||||
|
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue