Skip to content

Commit

Permalink
1.0.3-beta2, try api-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
marlester-dev committed Aug 4, 2024
1 parent c215516 commit e0fd232
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
@@ -1,10 +1,10 @@
plugins {
id 'java'
id 'java-library'
id 'maven-publish'
}

group = 'me.marlester'
version = '1.0.3-beta'
version = '1.0.3'

repositories {
mavenCentral()
Expand Down Expand Up @@ -41,5 +41,5 @@ dependencies {
compileOnly "org.jetbrains:annotations:24.1.0"
compileOnly "org.projectlombok:lombok:1.18.32"
annotationProcessor "org.projectlombok:lombok:1.18.32"
implementation "com.github.AlexProgrammerDE:MCProtocolLib:576b311"
api "com.github.AlexProgrammerDE:MCProtocolLib:576b311"
}

0 comments on commit e0fd232

Please sign in to comment.