Commit 4cf2f52 1 parent bf3702c commit 4cf2f52 Copy full SHA for 4cf2f52
File tree 2 files changed +3
-3
lines changed
src/main/java/org/sonatype/gradle/plugins/scan/nexus/iq/scan
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,11 @@ Sonatype internal people:
9
9
- [ @hboutemy ] ( https://github.com/hboutemy ) (Hervé Boutemy)
10
10
- [ @maurycupitt ] ( https://github.com/maurycupitt ) (Maury Cupitt)
11
11
- [ @scherzhaft ] ( https://github.com/scherzhaft ) (Shane Stecker)
12
+ - [ @eduard-tita ] ( https://github.com/eduard-tita ) (Eduard Tita)
12
13
13
14
External contributors:
14
15
15
16
- [ @JoarSvartholm ] ( https://github.com/JoarSvartholm ) (Joar Svartholm)
16
17
-
17
18
18
- Possibly You!
19
+ Possibly You!
Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .sonatype .gradle .plugins .scan .nexus .iq .scan ;
17
17
18
- import java .io .File ;
19
18
import java .util .Collections ;
20
19
import java .util .Set ;
21
20
@@ -61,7 +60,7 @@ public NexusIqPluginScanExtension(Project project) {
61
60
organizationId = "" ;
62
61
simulationEnabled = false ;
63
62
simulatedPolicyActionId = PolicyAction .NONE .toString ();
64
- scanFolderPath = project .getBuildDir () + File . separator + SONATYPE_CLM_FOLDER + File . separator ;
63
+ scanFolderPath = project .getRootDir (). getAbsolutePath () ;
65
64
modulesExcluded = Collections .emptySet ();
66
65
dirIncludes = "" ;
67
66
dirExcludes = "" ;
You can’t perform that action at this time.
0 commit comments