Skip to content

Commit

Permalink
Publish filament sources, fix Gradle deprecation, bump filament version
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Feb 26, 2025
1 parent 001842b commit 0f5c911
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions filament/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,14 @@ dependencies {

testImplementation platform("org.junit:junit-bom:$properties.junit_version")
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation "org.assertj:assertj-core:$properties.assertj_version"
}

java {
withSourcesJar()
}

tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.release = 17
Expand Down
2 changes: 1 addition & 1 deletion filament/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
filament_version=0.10.0
filament_version=0.10.1

0 comments on commit 0f5c911

Please sign in to comment.