Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M ME_JUNIT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CRIO_BYTES
  • ME_JUNIT
  • Merge requests
  • !1

Merged
Created 2 years ago by Crio.GitLab@root:speech_balloon:Owner

added gradle new version

  • Overview 0
  • Commits 1
  • Changes 2
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • master (base)

and
  • latest version
    7f3d21ab
    1 commit, 2 years ago

2 files
+ 4
- 7

    Preferences

    File browser
    Compare changes
gradle/‎wrapper‎
gradle-wrapp‎er.properties‎ +1 -1
build.‎gradle‎ +3 -6
gradle/wrapper/gradle-wrapper.properties
+ 1
- 1
  • View file @ 7f3d21ab

  • Edit in single-file editor

  • Edit in Web IDE

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
build.gradle
+ 3
- 6
  • View file @ 7f3d21ab

  • Edit in single-file editor

  • Edit in Web IDE


Show all unchanged lines Show 20 lines
implementation 'com.google.guava:guava:29.0-jre'
// Use JUnit Jupiter API for testing.
implementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
implementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
// Use JUnit Jupiter Engine for testing.
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}
application {
Show 20 lines Show all unchanged lines Show 20 lines
mainClassName = 'project.App'
}
// test {
// // Use junit platform for unit tests
// useJUnitPlatform()
// }
test{
useJUnitPlatform()
testLogging.events ("STANDARD_ERROR")
Show 20 lines Show all unchanged lines
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Milestone
No milestone
None
None
Time tracking
No estimate or time spent
0
Labels
None
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
1
1 participant
user avatar
Reference: crio_bytes/me_junit!1
Source branch: stub_update

    0 pending comments

Menu

Projects Groups Snippets
Help

2019, Crio.Do, All Rights Reserved