1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00
kobalt/modules/kobalt-plugin-api
Dmitry Zhuravlev e9416db9e7 * proxy handling improved for repositories defined in transitive dependencies.
proxy config now looks like:
<proxies>
       <proxy>
           <host>mycompany.com</host>
           <port>3128</port>
            <type>http</type>
            <nonProxyHosts>localhost</nonProxyHosts>
       </proxy>
       <proxy>
           <host>mycompany.com</host>
           <port>3128</port>
            <type>https</type>
           <nonProxyHosts>localhost</nonProxyHosts>
       </proxy>
   </proxies>
2016-06-14 15:56:32 +03:00
..
src/main/kotlin/com/beust/kobalt * proxy handling improved for repositories defined in transitive dependencies. 2016-06-14 15:56:32 +03:00
kobalt-plugin-api.iml #208 removing idea template 2016-05-26 13:52:32 +03:00