mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 10:46:10 +02:00
Apply IDEA plugin
This commit is contained in:
parent
8bdc77501f
commit
38a47ca7d0
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -76,6 +76,8 @@ autogenerated/
|
||||||
|
|
||||||
# IDEA
|
# IDEA
|
||||||
nomulus.iml
|
nomulus.iml
|
||||||
|
nomulus.ipr
|
||||||
|
nomulus.iws
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# Python Ignores
|
# Python Ignores
|
||||||
|
|
|
@ -27,6 +27,8 @@ plugins {
|
||||||
|
|
||||||
// NodeJs plugin
|
// NodeJs plugin
|
||||||
id "com.moowork.node" version "1.2.0"
|
id "com.moowork.node" version "1.2.0"
|
||||||
|
|
||||||
|
id 'idea'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: google.registry.gradle.plugin.ReportUploaderPlugin
|
apply plugin: google.registry.gradle.plugin.ReportUploaderPlugin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue