You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This interface could be adapted to extract resources from a jar on the classpath, or you could add credentials for the URL. We're happy to merge PR's which add support for either usecase.
extracting from jar
If you wanted to implement this, the pseudocode might be:
Following a discussion at diffplug/spotless#744
The way that Blowdryer grabs a resource is this simple interface:
blowdryer/src/main/java/com/diffplug/blowdryer/Blowdryer.java
Lines 176 to 178 in d116192
Which gets initialized in the
settings.gradle
like this:blowdryer/src/main/java/com/diffplug/blowdryer/BlowdryerSetup.java
Lines 56 to 62 in d116192
This interface could be adapted to extract resources from a jar on the classpath, or you could add credentials for the URL. We're happy to merge PR's which add support for either usecase.
extracting from jar
If you wanted to implement this, the pseudocode might be:
The text was updated successfully, but these errors were encountered: