Skip to content

development setup #4347

Answered by infotexture
kendalldita asked this question in Q&A
Dec 15, 2023 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

That's how I test. You need to remember to update any plugins you install this way, as they won't be updated just by pulling & running the Gradle build, but the advantage is you can also test this way with newer plugin versions that aren't yet included in the build.

Anything you install this way will show up in Git as new, but you can add the directories to $GIT_DIR/info/exclude so Git won't notice.

Here's what (this part of) my local exclude file looks like:

# Ignore entries for 'bundled' external plugins per `build.gradle`
# https://github.com/dita-ot/dita-ot/blob/develop/build.gradle#L206-L217
# These are installed into distribution builds when `gradle dist` runs, but no longer include…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@chrispy-snps
Comment options

@infotexture
Comment options

@chrispy-snps
Comment options

@infotexture
Comment options

Answer selected by kendalldita
@kendalldita
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants