File tree Expand file tree Collapse file tree
key.util/src/test/java/org/key_project/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ subprojects {
7373 repositories {
7474 mavenCentral()
7575 maven {
76- url = ' https://git.key-project.org/api/v4/projects/35/packages/maven'
76+ url = " https://git.key-project.org/api/v4/projects/35/packages/maven"
77+ allowInsecureProtocol= true
7778 }
7879 }
7980
@@ -252,8 +253,10 @@ subprojects {
252253
253254 doLast {
254255 CheckstyleMarkdownReport . report(
255- layout. buildDirectory. dir(" reports/checkstyle/main.xml" ). get(). asFile,
256- layout. buildDirectory. dir(" reports/checkstyle/main.md" ). get(). asFile)
256+ layout. buildDirectory. dir(" reports/checkstyle/main.xml" ). get(). asFile. toPath(),
257+ layout. buildDirectory. dir(" reports/checkstyle/main.md" ). get(). asFile. toPath(),
258+ projectDir. toPath()
259+ )
257260 }
258261 }
259262
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ class StringsTest {
1414
1515 @ Test
1616 void containsWholeWord () {
17+ assert false ;
1718 String [] sentences = {
1819 "asfKeY;prover" ,
1920 "KeY prover" ,
You can’t perform that action at this time.
0 commit comments