Skip to content

Commit

Permalink
build: target MineDown 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Mar 31, 2024
1 parent cc75082 commit 79524b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ plugins {


group 'net.william278'
version "1.1.1${versionMetadata()}"
version "1.1.2${versionMetadata()}"
defaultTasks 'licenseFormat', 'build'

repositories {
mavenCentral()
maven { url 'https://repo.minebench.de/' }
maven { url 'https://repo.william278.net/releases/' }
}

dependencies {
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
compileOnly 'net.william278:minedown:1.8.2'
compileOnly 'org.jetbrains:annotations:24.1.0'

testImplementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
testImplementation 'net.william278:minedown:1.8.2'
testImplementation 'net.kyori:adventure-platform-bukkit:4.3.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
}

logger.lifecycle("Building PagineDown ${version} by William278")
Expand Down

0 comments on commit 79524b1

Please # to comment.