File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/com/mewebstudio/springboot/jpa/nestedset Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Build with Maven
4444 run : |
45- mvn clean deploy -Dgpg.passphrase=$GPG_PASSPHRASE \
46- -Dgpg.keyname=$GPG_KEY_ID \
45+ mvn clean deploy -Dgpg.keyname=$GPG_KEY_ID \
4746 -Dgpg.executable=gpg \
4847 -Dgpg.pinentry.mode=loopback
4948 env :
50- GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
49+ GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5150 GPG_KEY_ID : ${{ secrets.GPG_KEY_ID }}
Original file line number Diff line number Diff line change 1717 * @param <ID> The type of the identifier for the nested set node.
1818 */
1919public abstract class AbstractNestedSetService <T extends INestedSetNode <ID >, ID > {
20- private static final int TEMP_OFFSET = Integer .MIN_VALUE ;
20+ private static final int TEMP_OFFSET = Integer .MAX_VALUE ;
2121
2222 /**
2323 * The repository to be used for database operations.
You can’t perform that action at this time.
0 commit comments