mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
update dependabot.yml
This commit is contained in:
parent
fa95c33847
commit
fd0e559c3a
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -6,6 +6,14 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "maven" # See documentation for possible values
|
- package-ecosystem: "maven" # See documentation for possible values
|
||||||
directory: "/" # Location of package manifests
|
directories:
|
||||||
|
# - "/mybatis-plus-join-adapter"
|
||||||
|
- "/mybatis-plus-join-boot-starter"
|
||||||
|
- "/mybatis-plus-join-core"
|
||||||
|
- "/mybatis-plus-join-annotation"
|
||||||
|
- "/mybatis-plus-join-extension"
|
||||||
|
- "/mybatis-plus-join-test"
|
||||||
|
- "/plugin/mybatis-plus-join-solon-plugin"
|
||||||
|
- "/plugin/mybatis-plus-join-processor"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
@ -34,31 +34,11 @@
|
|||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-core</artifactId>
|
<artifactId>jackson-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
<dependency>
|
||||||
<plugins>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<plugin>
|
<artifactId>mybatis-plus-join-processor</artifactId>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<version>${revision}</version>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
</dependency>
|
||||||
<version>3.13.0</version>
|
</dependencies>
|
||||||
<configuration>
|
|
||||||
<source>1.8</source>
|
|
||||||
<target>1.8</target>
|
|
||||||
<annotationProcessorPaths>
|
|
||||||
<path>
|
|
||||||
<groupId>com.github.yulichang</groupId>
|
|
||||||
<artifactId>mybatis-plus-join-processor</artifactId>
|
|
||||||
<version>${revision}</version>
|
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<groupId>org.projectlombok</groupId>
|
|
||||||
<artifactId>lombok</artifactId>
|
|
||||||
<version>1.18.34</version>
|
|
||||||
</path>
|
|
||||||
</annotationProcessorPaths>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
||||||
|
4
pom.xml
4
pom.xml
@ -48,8 +48,8 @@
|
|||||||
|
|
||||||
<jdkVersion>17</jdkVersion>
|
<jdkVersion>17</jdkVersion>
|
||||||
<jdkVersion.test>17</jdkVersion.test>
|
<jdkVersion.test>17</jdkVersion.test>
|
||||||
<maven.compiler.source>17</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
<maven.compiler.target>17</maven.compiler.target>
|
<maven.compiler.target>8</maven.compiler.target>
|
||||||
<github.global.server>github</github.global.server>
|
<github.global.server>github</github.global.server>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user