Skip to content

theaberrant/gradle-concurrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Attempting to fork a javaexec process via gradle

Motivation

For another project (private), I need to run several processes concurrently. This is a stab at doing the same.

Solution

Not entirely sure yet. Right now I loop through a list (using .each) and call a javaexec task (not sure how to pass it parameters).

Running

gradle runConcurrently

Caveats

This doesn't work as I intend it.

About

Attempts to run a Groovy program concurrently via Gradle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages