Robert Oschwald

Results 89 comments of Robert Oschwald

Also not compiled can be multi, onedrive. Related to #5

Updated the init.d script stop() routine, as it did not reliable stop the beat. Now it detects still running beats and performs a forced stop of all jmxproxybeat instances.

Here on a mac mini late 2012 (Core i7) it works in Catalina 10.15.3. Installed using HomeBrew. ``` /Applications/smcFanControl.app/Contents/Resources/smc -f Total fans in system: 1 Fan #0: Fan ID :...

PR #61 is already merged. Ticket can be closed as resolved. Thx.

When not shading the source, the correct sources are in the -sources.jar. `false`

No, it doesn't work. Even used your exclusion list in BuildConfig.groovy, but error is the same. db-migration files and changelog.groovy are in the default grails-app/migrations dir.

Now I switched on Grails forked mode for test env (was set to false in grails.project.fork as you've written it is not supported in the coverage plugin for now), and...

This is how the test is performed: ``` grails test-app unit: -echoOut -coverage -nopost --non-interactive --plain-output --stacktrace --verbose ``` when disabling forked mode, "Invalid class name" error for all migration...

Unfortunately, not really. The inline-styles are still blocked by CSP. Cleanest solution would be to split JS and css into seperate files in JENKINS type report, so we can publish...

See also https://github.com/grails/grails-core/issues/12183