aboutsummaryrefslogtreecommitdiff
path: root/fonts/etbb/woff2
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-03-31 18:21:16 +0200
committerJonas Smedegaard <dr@jones.dk>2024-03-31 18:21:16 +0200
commit13f1c4b7086981bddc7913837eeb1888f574ede0 (patch)
tree5c8ea26d0265a411653fb687bed97b74dee1aa94 /fonts/etbb/woff2
parente9deca930024287572165b95cd280a8009c30b39 (diff)
tighten embedded POD documentation
Diffstat (limited to 'fonts/etbb/woff2')
0 files changed, 0 insertions, 0 deletions
ng on recent JDKs
  • # @see <https://stackoverflow.com/a/79526038/18619283>
  • ifeq ($(shell expr $(JAVA_MAJOR_VERSION) \>= 23), 1)
  • JAVAFLAGS += --sun-misc-unsafe-memory-access=allow
  • endif
  • # loading as modules works with JDK 22+, and is required with JDK 23+
  • ifeq ($(shell expr $(JAVA_MAJOR_VERSION) \>= 22), 1)
  • JAVA_MODULEPATHS_bachelorizer += mods/com.example.portfolio3
  • else
  • JAVA_CLASSPATHS_bachelorizer += mods/com.example.portfolio3
  • endif
  • # TODO: fix properly declare and resolve local interdependencies
  • runsrc-dk.biks.bachelorizer build-dk.biks.bachelorizer: \
  • build-com.example.portfolio3