File tree Expand file tree Collapse file tree
src/main/java/org/freenetproject/mobile Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010}
1111
1212group = ' org.freenetproject.mobile'
13- version = ' 1.0 '
13+ version = ' 1.1 '
1414
1515task sourcesJar (type : Jar ) {
1616 from sourceSets. main. allJava
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ private Properties getDefaultConfig(Path path) throws IOException {
114114 config .setProperty ("node.masterKeyFile" , dir + "/master.keys" );
115115 config .setProperty ("node.downloadsDir" , dir + "/downloads" );
116116
117- config .setProperty ("ssl.sslKeyStorePass" , RandomStringUtils .randomAscii (64 ));
118- config .setProperty ("ssl.sslKeyPass" , RandomStringUtils .randomAscii (64 ));
117+ config .setProperty ("ssl.sslKeyStorePass" , RandomStringUtils .randomAlphanumeric (64 ));
118+ config .setProperty ("ssl.sslKeyPass" , RandomStringUtils .randomAlphanumeric (64 ));
119119
120120 config .setProperty ("logger.dirname" , dir + "/logs" );
121121
You can’t perform that action at this time.
0 commit comments