File tree Expand file tree Collapse file tree
dd-java-agent/instrumentation/datadog/tracing/trace-annotation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22apply from : " $rootDir /gradle/java.gradle"
33
4- sourceSets {
5- register(" main_java25" ) {
6- java {
7- srcDirs = [file(' src/main/java25' )]
8- }
9- }
10- named(" main_java25" ) {
11- compileClasspath + = sourceSets. main. output
12- runtimeClasspath + = sourceSets. main. output
13- }
14- named(" test" ) {
15- compileClasspath + = sourceSets. main_java25. output
16- runtimeClasspath + = sourceSets. main_java25. output
17- }
18- }
19-
204dependencies {
215 implementation project(' :dd-java-agent:agent-debugger:debugger-bootstrap' )
226
237 testImplementation group : ' com.newrelic.agent.java' , name : ' newrelic-api' , version : ' 6.+'
248}
25-
26- tasks. named(" jar" ) {
27- from(sourceSets. main_java25. output)
28- }
29-
30- tasks. named(" compileMain_java25Java" ) {
31- configureCompiler(
32- it,
33- 25 ,
34- JavaVersion . VERSION_1_8 ,
35- " Java 25 sourceset for FFM native tracing advice." )
36- }
You can’t perform that action at this time.
0 commit comments