-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation: 0ebe48e divided the servicetalk-grpc-gradle plugin into two files: 1. an executable script 2. an uber jar with the plugin logic The executable script assumed the uber jar would be co-located in the same directory as the uber jar, but that isn't the case in gradle caches. This means the plugin may fail to execute outside of the maven m2 repository structure. Modifications: - Instead of publishing a static script for each platform which assumes a co-located uber jar, dynamically generate the executable script depending upon where the uber jar is resolved from for the local build. Result: servicetalk-grpc-gradle works with gradle cache directory structure and local development.
- Loading branch information
1 parent
8084127
commit 5cceef5
Showing
8 changed files
with
89 additions
and
180 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
74 changes: 0 additions & 74 deletions
74
buildSrc/src/main/java/io/servicetalk/internal/build/ExecutableBuilder.java
This file was deleted.
Oops, something went wrong.
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
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
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