mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-15 02:18:45 +01:00
Fully reproducible build
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
05123c7068
commit
40fa3a1987
@ -121,7 +121,11 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tasks.whenTaskAdded {
|
||||||
|
if (name.contains("ArtProfile")) {
|
||||||
|
enabled = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,11 +24,4 @@ allprojects {
|
|||||||
maven { url "https://jitpack.io" }
|
maven { url "https://jitpack.io" }
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
tasks.whenTaskAdded {
|
|
||||||
if (name.contains("ArtProfile")) {
|
|
||||||
enabled = false
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user