fdroiddata/srclibs/antilaby-jsemver-fork.yml

10 lines
229 B
YAML
Raw Permalink Normal View History

2022-03-30 09:48:23 +00:00
RepoType: git
Repo: https://github.com/AntiLaby/jsemver
Prepare: |
printf "
java {
sourceCompatibility(JavaVersion.VERSION_1_8)
targetCompatibility(JavaVersion.VERSION_1_8)
}" >> build.gradle