Skip to content

Commit

Permalink
Merge pull request #6885 from pascalgrimaud/svelte-disable
Browse files Browse the repository at this point in the history
Svelte: disable module, remove from dependabot and github actions build
  • Loading branch information
pascalgrimaud authored Jul 14, 2023
2 parents 898f20f + 4cc177c commit aa31689
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 13 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ updates:
rebase-strategy: 'disabled'
labels:
- 'area: dependencies'
- package-ecosystem: 'npm'
directory: '/src/main/resources/generator/dependencies/svelte'
schedule:
interval: 'daily'
time: '00:00'
open-pull-requests-limit: 20
labels:
- 'area: dependencies'
- package-ecosystem: 'npm'
directory: '/src/main/resources/generator/dependencies/angular'
schedule:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ jobs:
- angularapp
- reactapp
- vueapp
- svelteapp
- kafkaapp
- pulsarapp
- reactiveapp
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ from the main (upstream) repository:
- angularoauth2app
- reactapp
- vueapp
- svelteapp
- kafkaapp
- pulsarapp
- reactiveapp
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ These following profiles are available and you can use it to only display the fr

- angular
- react
- svelte
- vue

For example, you can run:
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/config/application-svelte.properties

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/config/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ [email protected]@

jhlite-hidden-resources.tags=banner
# gradle is hidden until it is fully supported
jhlite-hidden-resources.slugs=gradle-java,spring-boot-kafka-dummy-producer-consumer
jhlite-hidden-resources.slugs=gradle-java,spring-boot-kafka-dummy-producer-consumer,svelte-core

# Spring Boot Actuator
management.endpoints.web.base-path=/management
Expand Down

0 comments on commit aa31689

Please sign in to comment.