Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d852722

Browse files
add idea plugin
0 parents commit d852722

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎build.gradle

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* This file was generated by the Gradle 'init' task.
3+
*
4+
* This generated file contains a sample Java Library project to get you started.
5+
* For more details take a look at the Java Libraries chapter in the Gradle
6+
* user guide available at https://docs.gradle.org/4.9/userguide/java_library_plugin.html
7+
*/
8+
9+
apply plugin: 'java'
10+
apply plugin: 'idea'
11+
12+
// In this section you declare where to find the dependencies of your project
13+
repositories {
14+
mavenCentral()
15+
}
16+
17+
dependencies {
18+
testCompile 'junit:junit:4.12'
19+
testCompile 'org.seleniumhq.selenium:selenium-java:2.41.0'
20+
}
21+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /