JKamil
JKamil
Is it possible to conditionally add a global extension? I would like to off or on some extensions by SpockConfig.groovy file, or env variable.
BUILD FAILED in 8s 2 actionable tasks: 1 executed, 1 up-to-date The command "if [ $OSSRH_PASSWORD != "false" ] && cat gradle.properties | grep -q SNAPSHOT; then ./gradlew clean build...
@AnEmortalKid can you provide some Dockerfile :)
@AnEmortalKid Ok I Am using a 18.c version and maybe this will be walk around https://github.com/KamilJedrzejuk/oracle18c-xe
I would like to have an api e.g. by builder pattern to enable building a comment. ``` new CellComment.Builder() .withAuthor("Some author name") .withComment("Some text") .withDate(date, "MM-dd-yyyy HH:mm) // or .withDate(date,...
@holleymcfly Could you add more examples about cell formatting to README file?