An open API service indexing awesome lists of open source software.

https://github.com/block/ide-metrics-plugin

IntelliJ and Gradle plugins to gather and report IDE metrics
https://github.com/block/ide-metrics-plugin

Last synced: 9 months ago
JSON representation

IntelliJ and Gradle plugins to gather and report IDE metrics

Awesome Lists containing this project

README

          

# Block IDE Metrics Plugin

https://github.com/block/ide-metrics-plugin
https://plugins.jetbrains.com/plugin/28394-build-sync-metrics

## Usage

Users of this plugin will need to add this to their repo's gradle.properties file, creating that
file if necessary:

```
# gradle.properties
ide-metrics-plugin.event-stream-endpoint=
```

Alternatively

```
# gradle.properties
ide-metrics-plugin.config-file=
```
and
```
# preferred-config-file.properties
ide-metrics-plugin.event-stream-endpoint=
```