Port of Eclipse Clean Sheet theme
For list of features see description
For list of change notes see changenotes
Removed options with @name
that starts with VALUE.
xml ed -d "/scheme/attributes/option[starts-with(@name, 'VALUE.')]" cleansheet.xml
-Pfast=true
speed-up is achieved by:
- skipping integration tests
- skipping spotbugs
./gradlew clean buildPlugin release
./gradlew clean buildPlugin releaseMinorVersion
./gradlew clean buildPlugin releaseMajorVersion
Update gradlew version
./gradlew wrapper --gradle-version 8.4 --distribution-type ALL
Append -Ppublish=true
and include publishPlugin
task.
For example
./gradlew clean check buildPlugin release publishPlugin -Ppublish=true
Run with previous sandbox contents
./gradlew runIde
Run with fresh sandbox
./gradlew clean runIde