Skip to content
Prev Previous commit
Next Next commit
refactoring
  • Loading branch information
mageddo committed Mar 2, 2023
commit d9aa681b76f23b5bd0435ec4a04c8da43d959474
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ shadowJar {
// System.setProperty("logFileName", "linux-bluetooth-connection-fix")

manifest {
attributes("Main-Class": "com.mageddo.linux.bluetoothfix.Main")
attributes("Main-Class": "com.mageddo.bluetoothfix.Main")
}

mergeServiceFiles()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mageddo.bluetoothfix;
package com.mageddo.linux.bluetoothfix;


import com.mageddo.commons.exec.CommandLines;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mageddo.bluetoothfix;
package com.mageddo.linux.bluetoothfix;

import lombok.extern.slf4j.Slf4j;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.mageddo.bluetoothfix;
package com.mageddo.linux.bluetoothfix;


import com.mageddo.commons.exec.CommandLines;
Expand Down