Skip to content

Commit

Permalink
Fixed shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
Greazi-Times committed May 24, 2024
1 parent 31da6db commit a20876e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ plugins {
id "io.github.goooler.shadow" version "8.1.7"
}

def groupId = 'me.TechsCode'
def groupId = 'com.techscode'
def artifactId = 'GradleBasePlugin'

// Versioning:
// /---> Major Version - Increment this when you make a breaking change
// | /---> Minor Version - Increment this when you add a new feature
// | | /---> Patch Version - Increment this when you make a bug fix
def versionNum = '5.0.1'
def versionNum = '5.0.2'

group = groupId
version = versionNum
Expand All @@ -33,7 +33,7 @@ dependencies {
implementation "com.google.code.gson:gson:2.10.1"
implementation 'com.jcraft:jsch:0.1.55'

implementation 'com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:7.1.2'
implementation 'io.github.goooler.shadow:shadow-gradle-plugin:8.1.7'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
}

Expand Down

0 comments on commit a20876e

Please sign in to comment.