未验证 提交 0e023aa7 编写于 作者: V Valery Yatsynovich 提交者: GitHub
上级 0c96287e
import org.apache.tools.ant.filters.*
plugins {
id 'java'
id 'java-library'
id 'idea'
id 'maven-publish'
id 'eclipse'
......@@ -53,7 +53,7 @@ compileJava {
dependencies {
compileOnly('org.projectlombok:lombok:1.18.12')
annotationProcessor('org.projectlombok:lombok:1.18.12')
implementation ("org.seleniumhq.selenium:selenium-java") {
api ("org.seleniumhq.selenium:selenium-java") {
version {
strictly "${project.property('selenium.version')}"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册