mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
make stuff run from IDEA using compileOnly classpath
This commit is contained in:
parent
d7d9b7ef15
commit
9bbe389027
1
.idea/runConfigurations/Main.xml
generated
1
.idea/runConfigurations/Main.xml
generated
@ -1,5 +1,6 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Main" type="Application" factoryName="Application">
|
||||
<option name="INCLUDE_PROVIDED_SCOPE" value="true" />
|
||||
<option name="MAIN_CLASS_NAME" value="net.azib.ipscan.Main" />
|
||||
<module name="ipscan.main" />
|
||||
<extension name="coverage">
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
version = '3.6.2'
|
||||
version = '3.6.3'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
@ -46,7 +46,8 @@ dependencies {
|
||||
}
|
||||
|
||||
configurations {
|
||||
testImplementation.extendsFrom compileOnly
|
||||
testImplementation.extendsFrom(compileOnly)
|
||||
runtimeClasspath.extendsFrom(compileOnly)
|
||||
}
|
||||
|
||||
compileJava.options.annotationProcessorGeneratedSourcesDirectory = new File('build/generated')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user