-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JPS] Add "installJps" task and update module exclusions
Introduce an "installJps" task to enhance the local publishing process. Update maven project configuration to exclude specific test modules for local JPS publication. Also, add documentation in jps/README.md on how to publish JPS locally for use in IntelliJ IDEA. #KT-73688 Fixed Merge-request: KT-MR-19228 Merged-by: Aleksei Cherepanov <[email protected]>
- Loading branch information
Aleksei.Cherepanov
authored and
Space Team
committed
Dec 17, 2024
1 parent
00fa8a0
commit 080e616
Showing
4 changed files
with
49 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# How to publish JPS locally to consume it in Intellij Idea | ||
|
||
You can use `installJps` task or run: | ||
```shell | ||
cd .. | ||
./gradlew installJps && \ | ||
echo Finished successfully | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters