Set name and version to help Gradle composite-build substitutions
This commit is contained in:
parent
5398570308
commit
77e0fc2b9c
@ -15,5 +15,5 @@
|
||||
<listAttribute key="tasks">
|
||||
<listEntry value="eclipseProcessTestResources"/>
|
||||
</listAttribute>
|
||||
<stringAttribute key="working_dir" value="${workspace_loc:/WALA}"/>
|
||||
<stringAttribute key="working_dir" value="${workspace_loc:/com.ibm.wala}"/>
|
||||
</launchConfiguration>
|
||||
|
||||
@ -15,6 +15,8 @@ plugins {
|
||||
// common Java setup shared by multiple projects
|
||||
//
|
||||
|
||||
version '1.4.4-SNAPSHOT'
|
||||
|
||||
subprojects { subproject ->
|
||||
// skip generic Java setup for the few projects that have no Java code whatsoever
|
||||
switch (subproject.name) {
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
rootProject.name = 'com.ibm.wala'
|
||||
|
||||
include(
|
||||
'com.ibm.wala-repository',
|
||||
'com.ibm.wala.cast',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user