私はgradleに構成インジェクションを使用していて、このようなものがあります
subprojects {
dependencies {
compile fileTree(dir: 'play-1.2.4/framework/lib', include: '*.jar')
compile fileTree(dir: 'webserver/play-1.2.4/framework', include: '*.jar')
}
}
私のディレクトリ構造は
project
subproject1
subrpoject2
コマンドを実行します
gradle subproject1:dependenciesそしてそれはEMPTYです:( :(
soooo、これが機能するための相対ファイルパスはどうあるべきですか????
ありがとう、ディーン