Skip to content

Commit 674b141

Browse files
committed
Refactor Web CI/CD workflow and downgrade Gradle version
This commit includes the following changes: - Renames the GitHub Actions workflow for Web deployment from "Build & Deploy CI/CD" to "Web CD" in `.github/workflows/web.yml`. - Updates the Gradle wrapper distribution URL from `gradle-9.1.0-all.zip` to `gradle-8.14.3-all.zip` in `gradle/wrapper/gradle-wrapper.properties`. - Adds a Web CD badge and a link to the web application to the `README.md` file. - Adds a new image `screenshoots/badge-web.png`.
1 parent 61c0e82 commit 674b141

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Deploy CI/CD
1+
name: Web CD
22

33
on:
44
push:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Android CD](https://github.com/softartdev/NoteDelight/actions/workflows/android.yml/badge.svg)](https://github.com/softartdev/NoteDelight/actions/workflows/android.yml)
55
[![iOS CD](https://github.com/softartdev/NoteDelight/actions/workflows/ios.yml/badge.svg)](https://github.com/softartdev/NoteDelight/actions/workflows/ios.yml)
66
[![Desktop Java CD](https://github.com/softartdev/NoteDelight/actions/workflows/desktop.yaml/badge.svg)](https://github.com/softartdev/NoteDelight/actions/workflows/desktop.yaml)
7+
[![Web CD](https://github.com/softartdev/NoteDelight/actions/workflows/web.yml/badge.svg)](https://github.com/softartdev/NoteDelight/actions/workflows/web.yml)
78

89
[Kotlin Multiplatform](https://kotlinlang.org/lp/mobile/) application for create notes in SQLite
910
database with [SQLDelight](https://github.com/cashapp/sqldelight) library, and encrypt it
@@ -18,6 +19,7 @@ Supported platforms:
1819
[![google_play_badge](screenshoots/badge-google-play.svg)](https://play.google.com/store/apps/details?id=com.softartdev.noteroom)
1920
[![app_store_badge](screenshoots/badge-app-store.svg)](https://apps.apple.com/ge/app/note-delight/id6444444290)
2021
<a href="https://github.com/softartdev/NoteDelight/releases"><img src="screenshoots/badge-github.webp" alt="github_badge" height="40"></a>
22+
<a href="https://softartdev.github.io/NoteDelight/"><img src="screenshoots/badge-web.png" alt="web_badge" height="40"></a>
2123

2224
## ARCHITECTURE 🏛
2325

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Thu Sep 25 15:59:30 GET 2025
1+
#Wed Sep 24 03:50:46 GET 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

screenshoots/badge-web.png

614 KB
Loading

0 commit comments

Comments
 (0)