forked from Audiveris/audiveris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.gradle
More file actions
16 lines (14 loc) · 825 Bytes
/
build.gradle
File metadata and controls
16 lines (14 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//------------------------------------------------------------------------------------------------//
// //
// b u i l d . g r a d l e //
// //
//------------------------------------------------------------------------------------------------//
//
// Root project.
//
//--------------------------------------------------------------------------------------------------
plugins {
// To provide 'tiTree' and 'tiOrder' about Gradle tasks relationships
// NOTA: Temporarily commented out for Flatpak
///id("org.barfuin.gradle.taskinfo") version "2.2.0"
}