Sha256: b66d8164915e3923c571f5b724394994d68fd5e77bc9154dc76c659a2e920e91

Contents?: true

Size: 194 Bytes

Versions: 9

Compression:

Stored size: 194 Bytes

Contents

if File.exist? "#{dir}/build.gradle"
  if os == :windows
    system("(cd #{dir} && gradlew idea)")
  else
    system("(cd #{dir} && ./gradlew idea)")
  end
else
  puts "Not a Java Project!"
end

Version data entries

9 entries across 8 versions & 1 rubygems

Version Path
hotplate-1.0.2 lib/hotplate/cli/idea.rb
hotplate-1.0.1 lib/hotplate/cli/idea.rb
hotplate-1.0.0 lib/hotplate/cli/idea.rb
hotplate-0.1.1 lib/hotplate/cli/idea.rb
hotplate-0.1.0 lib/hotplate/cli/idea.rb
hotplate-0.0.5 lib/hotplate/cli/idea.rb
hotplate-0.0.4 lib/hotplate/cli/idea.rb
hotplate-0.0.3 lib/hotplate/cli/eclipse.rb
hotplate-0.0.3 lib/hotplate/cli/idea.rb