我有一个带有子项目的Gradle构建。直到最近,其中一个子项目需要在其自己的<p-treeTable [value]="files2" [columns]="cols" selectionMode="single" [(selection)]="selectedNode1" (onNodeSelect)="nodeSelect($event)">
<ng-template pTemplate="body" let-rowNode let-rowData="rowData" let-columns="columns" >
<tr [ttSelectableRow]="rowNode">
<td *ngFor="let col of columns; let i = index">
<p-treeTableToggler [rowNode]="rowNode" *ngIf="i == 0"></p-treeTableToggler>
{{rowData[col.field]}}
</td>
</tr>
</ng-template>
</p-treeTable>
目录中引用libraries
子目录。我实现了以下目标:
build
我现在需要更改该引用,以从另一个子项目(称为file("${buildDir}/libraries")
)中选择build
目录。我找不到使用Gradle DSL实现此目的的方法。相反,我将其表示为:
gui
在Gradle中,有没有更优雅的方法?
答案 0 :(得分:1)
您可以将Gradle DSL与Groovy https://i.stack.imgur.com/zlg6R.png结合使用,并按如下所示编写语句
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.23.0/moment.min.js"></script>