gradle-syntastic-plugin

Integrate syntastic with your gradle projects.

License

License

MIT
Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.scuilion.syntastic
ArtifactId

ArtifactId

gradle-syntastic-plugin
Last Version

Last Version

0.3.9
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

gradle-syntastic-plugin
Integrate syntastic with your gradle projects.
Project URL

Project URL

https://www.scuilion.com
Source Code Management

Source Code Management

https://github.com/Scuilion/gradle-syntastic-plugin/tree/master

Download gradle-syntastic-plugin

Dependencies

runtime (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy-all jar 2.5.12
org.apache.commons : commons-lang3 jar 3.4

Project Modules

There are no modules declared in this project.

gradle-syntastic-plugin alt text

A gradle plugin for creating the .syntastic_javac_config file used by syntastic in VIM.

Using the Plugin
plugins {
    id "org.gradle.java"
    id "com.scuilion.syntastic" version "0.3.9"
}

Plugin Portal

Task

  • syntastic - for working in vim with the syntastic syntastic checking plugin. The task will automatically get called when building (gradle build).
.vimrc Settings
let g:syntastic_java_checkers=['javac']
let g:syntastic_java_javac_config_file_enabled = 1

syntastic_java_javac_config_file_enabled set syntastic to read the classpath from the .syntastic_javac_config file which is expected in the current working directory.

Versions

Version
0.3.9