File: build.gradle

package info (click to toggle)
byte-buddy 1.14.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,684 kB
  • sloc: java: 186,543; xml: 7,684; sh: 217; ansic: 101; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
8
plugins {
    id "java-library"
}

java {
    sourceCompatibility = javaVersion
    targetCompatibility = javaVersion
}