From 175b55fe12f697bb5a124688f3122feb8d35bab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Factor=C3=ADa=20de=20Software?= <71695310+MIT-FS@users.noreply.github.com> Date: Thu, 3 Mar 2022 18:05:26 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Primer=20script=20de=20integraci=C3=B3n=20c?= =?UTF-8?q?ontinua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Este flujo construye el código usando gradlew (embebido en el proyecto) --- .github/workflows/gradle.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/gradle.yml diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml new file mode 100644 index 00000000..21937764 --- /dev/null +++ b/.github/workflows/gradle.yml @@ -0,0 +1,32 @@ +# Flujo de trabajo para construir el código al hacer push o pull_request en la rama desarrollo +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. +# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle + +name: Integración continua con Gradle (gradlew) + +on: + push: + branches: [ desarrollo ] + pull_request: + branches: [ desarrollo ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Set up JDK 11 + uses: actions/setup-java@v2 + with: + java-version: '11' + distribution: 'temurin' + - name: Dar permisos a gradlew + run: chmod +x gradlew + - name: Construir el código con gradlew + run: ./gradlew build From d71bedc21094da0c12c73db49978dc7fd6d57234 Mon Sep 17 00:00:00 2001 From: sermunagu Date: Fri, 13 Mar 2026 12:41:58 +0100 Subject: [PATCH 2/3] =?UTF-8?q?A=C3=B1adidos=20DEVELOPERS.txt=20y=20usuari?= =?UTF-8?q?o=20en=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEVELOPERS.TXT | 1 + README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 DEVELOPERS.TXT diff --git a/DEVELOPERS.TXT b/DEVELOPERS.TXT new file mode 100644 index 00000000..371316a3 --- /dev/null +++ b/DEVELOPERS.TXT @@ -0,0 +1 @@ +Sergi Muñoz Agiló diff --git a/README.md b/README.md index a574ce6c..92cd8fe0 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,4 @@ Librería con capacidades que den soporte al desarrollo de aplicaciones para la ## [Página en gitHub Pages](https://mit-fs.github.io/Audit4Improve-API/) +Soy el usuario sermunagu \ No newline at end of file From edf57203c78c02136b643f5d14a8988334e9a527 Mon Sep 17 00:00:00 2001 From: sermunagu Date: Wed, 25 Mar 2026 17:21:52 +0100 Subject: [PATCH 3/3] =?UTF-8?q?Edici=C3=B3n=20del=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEVELOPERS.txt | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 DEVELOPERS.txt diff --git a/DEVELOPERS.txt b/DEVELOPERS.txt new file mode 100644 index 00000000..e5be248e --- /dev/null +++ b/DEVELOPERS.txt @@ -0,0 +1 @@ +Sergi Muñoz Aguiló diff --git a/README.md b/README.md index 92cd8fe0..c99298d6 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ Librería con capacidades que den soporte al desarrollo de aplicaciones para la ## [Página en gitHub Pages](https://mit-fs.github.io/Audit4Improve-API/) -Soy el usuario sermunagu \ No newline at end of file +soy el usuario sermunagu \ No newline at end of file