Guest User

Untitled

a guest
Nov 14th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. plugins {
  2. id 'java'
  3. id 'org.jetbrains.intellij' version '0.3.12'
  4. }
  5.  
  6. //...
  7.  
  8. dependencies {
  9. testCompile group: 'junit', name: 'junit', version: '4.12'
  10. }
  11.  
  12. intellij {
  13. version '2018.2.4'
  14. plugins 'git4idea'
  15. }
Add Comment
Please, Sign In to add comment