Commit df2f0df 1 parent 8f6f561 commit df2f0df Copy full SHA for df2f0df
File tree 2 files changed +2
-2
lines changed
src/main/java/ftbsc/lll/proxies/impl
2 files changed +2
-2
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
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