File: build.gradle

package info (click to toggle)
libtrove-intellij-java 1.0.20190514-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 636 kB
  • sloc: java: 3,213; sh: 127; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
ext.projectVersion = projectVersion

subprojects {
    apply plugin: 'java'
    version rootProject.ext.projectVersion
}