Fixing library.
This commit is contained in:
parent
86a80d3e00
commit
c89db129bc
@ -1,3 +1,3 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id("rsaves")
|
`java-library`
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
package rsaves;
|
package rsaves;
|
||||||
|
|
||||||
public class Library {
|
public class Library {
|
||||||
public boolean someLibraryMethod() {
|
public static boolean someLibraryMethod() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user