Skip to content

Commit

Permalink
jMonkeyEngine#2279 Actually commit the build.gradle file (sigh)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardTingle committed Jun 7, 2024
1 parent c8ac69d commit ab4a6ca
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions jme3-screenshot-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
plugins {
id 'java'
}

repositories {
mavenCentral()
}

dependencies {
implementation project(':jme3-desktop')
implementation project(':jme3-core')
implementation project(':jme3-effects')
implementation project(':jme3-terrain')
implementation project(':jme3-lwjgl3')
implementation project(':jme3-plugins')

implementation 'com.aventstack:extentreports:5.1.1'
implementation platform('org.junit:junit-bom:5.9.1')
implementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly project(':jme3-testdata')
}

test {
useJUnitPlatform()
}

0 comments on commit ab4a6ca

Please sign in to comment.