Skip to content

Commit

Permalink
Trying to fix JitPack, small version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xEcho1337 committed Oct 15, 2024
1 parent 9286774 commit 6a633a9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,21 @@ plugins {
}

group = 'net.echo'
version = '2.0.1'
version = '2.0.11'

repositories {
mavenCentral()
}

dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
}

sourceCompatibility = '17'
targetCompatibility = '17'

shadowJar {
archiveBaseName.set('Brain4J')
archiveClassifier.set('')
archiveVersion.set(version)
}

0 comments on commit 6a633a9

Please sign in to comment.