Commit 89b657d 1 parent 8f6f561 commit 89b657d Copy full SHA for 89b657d
File tree 2 files changed +4
-4
lines changed
src/main/java/ftbsc/lll/proxies/impl
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
archivesBaseName = ' lll'
7
- version = gitVersion (). split( ' - ' ) . getAt( 0 ) . replace( ' dirty ' , ' ' )
7
+ version = versionDetails (). lastTag
8
8
9
9
java {
10
10
sourceCompatibility = targetCompatibility = JavaVersion . VERSION_1_8
@@ -17,7 +17,7 @@ repositories {
17
17
}
18
18
19
19
dependencies {
20
- implementation ' org.ow2.asm:asm-commons:9.5 '
21
- implementation ' org.ow2.asm:asm-util:9.5 '
20
+ implementation ' org.ow2.asm:asm-commons:9.7 '
21
+ implementation ' org.ow2.asm:asm-util:9.7 '
22
22
implementation ' org.apache.logging.log4j:log4j-api:2.20.0'
23
23
}
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public Builder setType(Class<?> clazz) {
100
100
101
101
/**
102
102
* Sets the type of the field to the given type.
103
- * @param fqn – the fully qualified name of the parameter type
103
+ * @param fqn the fully qualified name of the parameter type
104
104
* @param arrayLevel the array level
105
105
* @return the builder's state after the change
106
106
*/
You can’t perform that action at this time.
0 commit comments