Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-05-25 12:59:20 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-05-25 13:18:44 +0300
commit0f9c7b483fdad90cfc4aa78442b443dde51ffe41 (patch)
treea94292dd5c59e59d2c51524e254971e5c47d3468 /build.gradle
parent1b13f5c8652dd48b68f7d0ee0264d36df65ce9bd (diff)
Remove explicit Java 8 build target and fetch flexbox dependency from google maven
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 17203f3c5..16477a4b1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,6 @@ buildscript {
allprojects {
repositories {
google()
- jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}