Package com.github.stephengold.build
Class BuildSrc
java.lang.Object
com.github.stephengold.build.BuildSrc
Utility methods used in Gradle builds.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
decodeBase64
(String encodedText) Decode a string from Base64-encoded text.
-
Method Details
-
decodeBase64
Decode a string from Base64-encoded text. Used to recover signing keys that have been stored in properties.- Parameters:
encodedText
- the text to decode (may benull
)- Returns:
- a String or
null
-