Compare commits

..

2 Commits

Author SHA1 Message Date
Julien Lengrand-Lambert
873f104789 Shortens line 2025-06-08 14:14:41 +02:00
Julien Lengrand-Lambert
765210d667 Replaces JSoup by Ksoup 2025-06-04 17:10:20 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View File

@@ -7,7 +7,7 @@ plugins {
}
group = "fr.lengrand"
version = "0.1.0"
version = "0.0.3-SNAPSHOT"
repositories {
mavenCentral()

View File

@@ -11,7 +11,7 @@ repositories {
}
dependencies {
testImplementation(platform("org.junit:junit-bom:5.13.1"))
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
implementation(kotlin("stdlib-jdk8"))