From 0b3704212320f30a57f0f2b2a054990247a1fe43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Garc=C3=ADa?= Date: Tue, 6 Feb 2024 18:13:35 +0100 Subject: [PATCH] gha test 14 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 2548c62..7dd6a9b 100644 --- a/build.gradle +++ b/build.gradle @@ -13,8 +13,8 @@ buildscript { } } -//allprojects { -// apply plugin: 'eclipse' +allprojects { + apply plugin: 'eclipse' // apply plugin: 'idea' // // // This allows you to "Build and run using IntelliJ IDEA", an option in IDEA's Settings. @@ -24,7 +24,7 @@ buildscript { // testOutputDir file('build/classes/java/test') // } // } -//} +} configure(subprojects - project(':android')) { apply plugin: 'java-library'