Loading .gitignore +1 −1 Original line number Diff line number Diff line .gradle /build/ local.properties /easy-installer/nbproject/private/ /nbproject/private/ Loading build.gradle +7 −7 Original line number Diff line number Diff line Loading @@ -47,13 +47,13 @@ description = 'Modular easy-installer' mainClassName = "$moduleName/ecorp.easy.installer.EasyInstaller" dependencies { compile group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1' compile 'ch.qos.logback:logback-classic:1.2.3' compile 'ch.qos.logback:logback-core:1.2.3' compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' compile 'org.yaml:snakeyaml:1.26' compile 'org.json:json:20240303' testCompile 'junit:junit:4.12' implementation group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1' implementation 'ch.qos.logback:logback-classic:1.2.3' implementation 'ch.qos.logback:logback-core:1.2.3' implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' implementation 'org.yaml:snakeyaml:1.26' implementation 'org.json:json:20240303' testImplementation 'junit:junit:4.12' //compile 'org.slf4j:slf4j-log4j1:1.7.5' } Loading gradle.properties +0 −16 Original line number Diff line number Diff line Loading @@ -5,22 +5,6 @@ # local Maven project. version=1.0 # Configure allowed TLS protocols for secure HTTPS connections Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 # Specify Java system property to enforce TLSv1.2 protocol for HTTPS connections JAVA_TOOL_OPTIONS=-Dhttps.protocols=TLSv1.2 # Configure HTTP proxy settings systemProp.http.proxyHost=fodev.org systemProp.http.proxyPort=8118 systemProp.http.nonProxyHosts=*.jitpack.io, *.maven.org # Configure HTTPS proxy settings systemProp.https.proxyHost=fodev.org systemProp.https.proxyPort=8118 systemProp.https.nonProxyHosts=*.jitpack.io, *.maven.org # Increase HTTP connection timeout to 10 minutes systemProp.http.connectionTimeout=600000 Loading gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists Loading
.gitignore +1 −1 Original line number Diff line number Diff line .gradle /build/ local.properties /easy-installer/nbproject/private/ /nbproject/private/ Loading
build.gradle +7 −7 Original line number Diff line number Diff line Loading @@ -47,13 +47,13 @@ description = 'Modular easy-installer' mainClassName = "$moduleName/ecorp.easy.installer.EasyInstaller" dependencies { compile group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1' compile 'ch.qos.logback:logback-classic:1.2.3' compile 'ch.qos.logback:logback-core:1.2.3' compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' compile 'org.yaml:snakeyaml:1.26' compile 'org.json:json:20240303' testCompile 'junit:junit:4.12' implementation group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1' implementation 'ch.qos.logback:logback-classic:1.2.3' implementation 'ch.qos.logback:logback-core:1.2.3' implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30' implementation 'org.yaml:snakeyaml:1.26' implementation 'org.json:json:20240303' testImplementation 'junit:junit:4.12' //compile 'org.slf4j:slf4j-log4j1:1.7.5' } Loading
gradle.properties +0 −16 Original line number Diff line number Diff line Loading @@ -5,22 +5,6 @@ # local Maven project. version=1.0 # Configure allowed TLS protocols for secure HTTPS connections Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 # Specify Java system property to enforce TLSv1.2 protocol for HTTPS connections JAVA_TOOL_OPTIONS=-Dhttps.protocols=TLSv1.2 # Configure HTTP proxy settings systemProp.http.proxyHost=fodev.org systemProp.http.proxyPort=8118 systemProp.http.nonProxyHosts=*.jitpack.io, *.maven.org # Configure HTTPS proxy settings systemProp.https.proxyHost=fodev.org systemProp.https.proxyPort=8118 systemProp.https.nonProxyHosts=*.jitpack.io, *.maven.org # Increase HTTP connection timeout to 10 minutes systemProp.http.connectionTimeout=600000 Loading
gradle/wrapper/gradle-wrapper.properties +1 −1 Original line number Diff line number Diff line distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists