Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomfrede/open-rewrite-for-jhipster-lite-sample
Sample on how to use open rewrite for certain tasks within jhipster lite
https://github.com/atomfrede/open-rewrite-for-jhipster-lite-sample
Last synced: 9 days ago
JSON representation
Sample on how to use open rewrite for certain tasks within jhipster lite
- Host: GitHub
- URL: https://github.com/atomfrede/open-rewrite-for-jhipster-lite-sample
- Owner: atomfrede
- License: apache-2.0
- Created: 2023-06-21T07:07:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-17T09:54:34.000Z (over 1 year ago)
- Last Synced: 2023-07-17T11:05:25.245Z (over 1 year ago)
- Language: Java
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample to use OpenRewrite with JHipster Lite
JHipster Lite is a maven project, which generates other java projects.
The idea/vision is to use open rewrite for common tasks like adding dependencies.
For this the idea is to execute recipes manually via java on a different project/source set.
In this sample we try to evaluate if a gradle dependency can be added to
build.gradle (or build.gradle.kts) which is located in a different folder (in this case test-gradle).Current state: It seems not to work. The gradle file looks to be parsed, but the list of
source files is empty.