Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Straikerinos committed Dec 22, 2024
1 parent fdb3c15 commit fdd1ae9
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 3 deletions.
Binary file modified .gradle/8.9/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/8.9/checksums/md5-checksums.bin
Binary file not shown.
Binary file modified .gradle/8.9/checksums/sha1-checksums.bin
Binary file not shown.
Binary file modified .gradle/8.9/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.9/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.9/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.9/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.9/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/file-system.probe
Binary file not shown.
1 change: 1 addition & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/default/
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}

def versionValue = System.getenv('VERSION') ?: '13.5'
def versionValue = System.getenv('VERSION') ?: '13.5.1'
group = 'me.devtec.theapi.loaders'
version = versionValue

Expand All @@ -21,7 +21,7 @@ allprojects {
}

dependencies {
implementation 'com.github.TheDevTec:TheAPI-Shared:13.5'
implementation 'com.github.TheDevTec:TheAPI-Shared:13.5.1'
}

subprojects {
Expand All @@ -38,7 +38,7 @@ subprojects {
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
implementation 'com.github.TheDevTec:TheAPI-Shared:13.5'
implementation 'com.github.TheDevTec:TheAPI-Shared:13.5.1'
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit fdd1ae9

Please sign in to comment.