Skip to content
Snippets Groups Projects
Commit 150c9983 authored by Reiner Jung's avatar Reiner Jung
Browse files

Added special setup to fix module issues in Kieker aspectj.

parent 451b757b
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,6 @@ plugins {
id 'java'
}
//sourceCompatibility = 11
//targetCompatibility = 11
repositories {
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
......@@ -30,7 +27,4 @@ subprojects {
}
apply plugin: 'java'
//sourceCompatibility = 11
//targetCompatibility = 11
}
......@@ -9,6 +9,10 @@
BASE_DIR=$(cd "$(dirname "$0")"; pwd)
MAIN_DIR="${BASE_DIR}/../.."
# Hotfix for ASPECTJ
# https://stackoverflow.com/questions/70411097/instrument-java-17-with-aspectj
export JAVA_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED"
#
# source functionality
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment