Добавил зависимость для тестов
This commit is contained in:
@ -2,7 +2,10 @@
|
||||
<artifact type="war" name="Gradle : biz.redsoft.sample : sample-1.1.1.1-SNAPSHOT.war">
|
||||
<output-path>$PROJECT_DIR$/build/libs</output-path>
|
||||
<properties id="gradle-properties">
|
||||
<options external-project-path="$PROJECT_DIR$" />
|
||||
<options external-project-path="$PROJECT_DIR$">
|
||||
<buildTaskPath>:war</buildTaskPath>
|
||||
<cleanTaskPath>:cleanWar</cleanTaskPath>
|
||||
</options>
|
||||
</properties>
|
||||
<root id="archive" name="sample-1.1.1.1-SNAPSHOT.war">
|
||||
<element id="artifact" artifact-name="Gradle : biz.redsoft.sample : sample-1.1.1.1-SNAPSHOT.war (exploded)" />
|
||||
|
@ -38,6 +38,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.13.1'
|
||||
provided 'javax.servlet:javax.servlet-api:3.1.0'
|
||||
|
||||
testCompile 'org.junit.jupiter:junit-jupiter:5.8.2'
|
||||
|
Reference in New Issue
Block a user