Skip to content

Commit

Permalink
Moving plugin version to parent project
Browse files Browse the repository at this point in the history
  • Loading branch information
moaxcp committed Mar 11, 2024
1 parent e6884fb commit d3b0c0d
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 65 deletions.
6 changes: 0 additions & 6 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .idea/modules/examples/x11.examples.main.iml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/modules/x11-client/x11.x11-client.integrationTest.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .idea/modules/x11-client/x11.x11-client.main.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules/x11-client/x11.x11-client.test.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules/x11-protocol/x11.x11-protocol.main.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules/x11-toolkit/x11.x11-toolkit.main.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules/xephyr-runner/x11.xephyr-runner.main.iml

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
plugins {
id 'org.sonarqube' version '4.4.1.3373'
id 'io.freefair.lombok' version '8.4' apply false
id 'org.unbroken-dome.test-sets' version '4.1.0' apply false
}

version = '0.15.0'
Expand All @@ -11,8 +13,6 @@ allprojects {
}
}



sonar {
properties {
property "sonar.projectKey", "moaxcp_x11-client"
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'io.freefair.lombok' version '8.4'
id 'io.freefair.lombok'
}

sonar {
Expand Down
4 changes: 2 additions & 2 deletions x11-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'org.unbroken-dome.test-sets' version '4.1.0'
id 'io.freefair.lombok' version '8.4'
id 'org.unbroken-dome.test-sets'
id 'io.freefair.lombok'
id 'maven-publish'
id 'signing'
id 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion x11-protocol/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
id 'io.freefair.lombok' version '8.4'
id 'io.freefair.lombok'
id 'com.github.moaxcp.x11protocol'
id 'maven-publish'
id 'signing'
Expand Down
2 changes: 1 addition & 1 deletion x11-toolkit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
id 'io.freefair.lombok' version '8.4'
id 'io.freefair.lombok'
id 'maven-publish'
id 'signing'
id 'jacoco'
Expand Down
2 changes: 1 addition & 1 deletion xephyr-runner/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
id 'io.freefair.lombok' version '8.4'
id 'io.freefair.lombok'
id 'maven-publish'
id 'signing'
}
Expand Down

0 comments on commit d3b0c0d

Please sign in to comment.