File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
22 id(" java-library" )
33 id(" org.jetbrains.kotlin.jvm" ) version " 1.7.20"
4- id(" com.code-intelligence.cifuzz" ) version " 1.17.0 "
4+ id(" com.code-intelligence.cifuzz" ) version " 1.23.2 "
55}
66
77repositories {
8- maven {
9- name = " CodeIntelligenceRepository"
10- url = uri(" https://gitlab.code-intelligence.com/api/v4/projects/89/packages/maven" )
11- credentials {
12- username = extra[" CodeIntelligenceRepositoryUsername" ].toString()
13- password = extra[" CodeIntelligenceRepositoryPassword" ].toString()
14- }
15- content {
16- includeGroupByRegex(" com\\ .code-intelligence.*" )
17- }
18- }
198 mavenCentral()
209}
2110
2211cifuzz {
2312 mainSourceSet.set(sourceSets.create(" more" ))
2413}
2514
15+ dependencies {
16+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.1" )
17+ }
18+
2619sourceSets {
2720 test {
2821 java {
Original file line number Diff line number Diff line change 1- pluginManagement {
2- repositories {
3- maven {
4- name = " CodeIntelligenceRepository"
5- url = uri(" https://gitlab.code-intelligence.com/api/v4/projects/89/packages/maven" )
6- credentials {
7- username = extra[" CodeIntelligenceRepositoryUsername" ].toString()
8- password = extra[" CodeIntelligenceRepositoryPassword" ].toString()
9- }
10- content {
11- includeGroupByRegex(" com\\ .code-intelligence.*" )
12- }
13- }
14- gradlePluginPortal()
15- }
16- }
17-
181include(" app" )
192include(" testsuite" )
Original file line number Diff line number Diff line change 11plugins {
22 id(" org.jetbrains.kotlin.jvm" ) version " 1.7.20"
33 id(" java-library" )
4- id(" com.code-intelligence.cifuzz" ) version " 1.17.0 "
4+ id(" com.code-intelligence.cifuzz" ) version " 1.23.2 "
55}
66
77repositories {
8- maven {
9- name = " CodeIntelligenceRepository"
10- url = uri(" https://gitlab.code-intelligence.com/api/v4/projects/89/packages/maven" )
11- credentials {
12- username = extra[" CodeIntelligenceRepositoryUsername" ].toString()
13- password = extra[" CodeIntelligenceRepositoryPassword" ].toString()
14- }
15- content {
16- includeGroupByRegex(" com\\ .code-intelligence.*" )
17- }
18- }
198 mavenCentral()
209}
2110
Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id " com.code-intelligence.cifuzz" version " 1.17.0 "
3+ id " com.code-intelligence.cifuzz" version " 1.23.2 "
44
55}
66
77repositories {
8- maven {
9- name " CodeIntelligenceRepository"
10- url " https://gitlab.code-intelligence.com/api/v4/projects/89/packages/maven"
11- credentials {
12- username CodeIntelligenceRepositoryUsername
13- password CodeIntelligenceRepositoryPassword
14- }
15- content {
16- includeGroupByRegex(" com\\ .code-intelligence.*" )
17- }
18- }
198 mavenCentral()
209}
2110
2211dependencies {
2312 testImplementation(" junit:junit:4.13.2" )
13+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.1" )
2414 testRuntimeOnly(" org.junit.vintage:junit-vintage-engine" ) {
2515 because ' allows JUnit 3 and JUnit 4 tests to run'
2616 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11plugins {
22 application
33 id(" org.jetbrains.kotlin.jvm" ) version " 1.7.20"
4- id(" com.code-intelligence.cifuzz" ) version " 1.17.0 "
4+ id(" com.code-intelligence.cifuzz" ) version " 1.23.2 "
55}
66
77repositories {
8- // Configure access to CI repository
9- maven {
10- name = " CodeIntelligenceRepository"
11- url = uri(" https://gitlab.code-intelligence.com/api/v4/projects/89/packages/maven" )
12- credentials {
13- username = extra[" CodeIntelligenceRepositoryUsername" ].toString()
14- password = extra[" CodeIntelligenceRepositoryPassword" ].toString()
15- }
16- content {
17- includeGroupByRegex(" com\\ .code-intelligence.*" )
18- }
19- }
208 mavenCentral()
219}
2210
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
3- id " com.code-intelligence.cifuzz" version " 1.17.0 "
3+ id " com.code-intelligence.cifuzz" version " 1.23.2 "
44}
55
66repositories {
7- // Configure access to CI repository
8- maven {
9- name " CodeIntelligenceRepository"
10- url " https://gitlab.code-intelligence.com/api/v4/projects/89/packages/maven"
11- credentials {
12- username CodeIntelligenceRepositoryUsername
13- password CodeIntelligenceRepositoryPassword
14- }
15- content {
16- includeGroupByRegex(" com\\ .code-intelligence.*" )
17- }
18- }
197 mavenCentral()
208}
219
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments