this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix nix build (#29)

authored by

Alex and committed by
GitHub
bdaf0f29 4b8ea058

+4
+4
build.gradle.kts
··· 190 190 destinationDirectory.set(releaseBuildDir) 191 191 } 192 192 } 193 + 194 + tasks.withType<JavaCompile>().configureEach { 195 + options.encoding = "UTF-8" 196 + }