We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001842b commit 0f5c911Copy full SHA for 0f5c911
filament/build.gradle
@@ -46,9 +46,14 @@ dependencies {
46
47
testImplementation platform("org.junit:junit-bom:$properties.junit_version")
48
testImplementation 'org.junit.jupiter:junit-jupiter'
49
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
50
testImplementation "org.assertj:assertj-core:$properties.assertj_version"
51
}
52
53
+java {
54
+ withSourcesJar()
55
+}
56
+
57
tasks.withType(JavaCompile) {
58
options.encoding = "UTF-8"
59
options.release = 17
filament/gradle.properties
@@ -1 +1 @@
1
-filament_version=0.10.0
+filament_version=0.10.1
0 commit comments