added possibility to work via HTTP proxy
This commit is contained in:
parent
5950bbd94b
commit
dd4522d2fb
@ -24,9 +24,17 @@
|
||||
<processorPath useClasspath="true" />
|
||||
<module name="BotAPi" />
|
||||
</profile>
|
||||
<profile default="false" name="Annotation profile for TelegramBots" enabled="true">
|
||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<processorPath useClasspath="true" />
|
||||
<module name="TelegramBots" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
<bytecodeTargetLevel target="1.8">
|
||||
<module name="BotAPi" target="1.8" />
|
||||
<module name="TelegramBots" target="1.8" />
|
||||
</bytecodeTargetLevel>
|
||||
</component>
|
||||
</project>
|
@ -50,6 +50,9 @@
|
||||
<option vars="true" />
|
||||
<option white="true" />
|
||||
</component>
|
||||
<component name="JnetxGlobalBuildDir">
|
||||
<option name="globalBuildDir" value="$PROJECT_DIR$/../TelegramBots\build" />
|
||||
</component>
|
||||
<component name="JsBowerSettings">
|
||||
<exe-path>/usr/local/bin/bower</exe-path>
|
||||
<config-path />
|
||||
|
@ -9,7 +9,7 @@
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="jdk" jdkName="1.8.0_45" jdkType="JavaSDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="Maven: org.glassfish.jersey.containers:jersey-container-grizzly2-http:2.22.1" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.glassfish.hk2.external:javax.inject:2.4.0-b31" level="project" />
|
||||
|
Loading…
Reference in New Issue
Block a user