Skip to content

Commit 9241f22

Browse files
committed
Add .gitattributes
Closes spring-projectsgh-28474
1 parent dde385c commit 9241f22

File tree

5 files changed

+40
-29
lines changed

5 files changed

+40
-29
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* text eol=lf
2+
3+
*.groovy text diff=java
4+
*.java text diff=java
5+
*.kt text diff=java
6+
7+
*.bat text eol=crlf
8+
9+
*.gif binary
10+
*.jar binary
11+
*.jpg binary

ci/scripts/build-project-windows.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET "JAVA_HOME=C:\opt\jdk-8"
2-
SET PATH=%PATH%;C:\Program Files\Git\usr\bin
3-
cd git-repo
4-
.\gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 build
1+
SET "JAVA_HOME=C:\opt\jdk-8"
2+
SET PATH=%PATH%;C:\Program Files\Git\usr\bin
3+
cd git-repo
4+
.\gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 build
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
dn: dc=spring,dc=org
2-
objectclass: top
3-
objectclass: domain
4-
objectclass: extensibleObject
5-
objectClass: exampleAuxiliaryClass
6-
dc: spring
7-
exampleAttributeName: exampleAttributeName
1+
dn: dc=spring,dc=org
2+
objectclass: top
3+
objectclass: domain
4+
objectclass: extensibleObject
5+
objectClass: exampleAuxiliaryClass
6+
dc: spring
7+
exampleAttributeName: exampleAttributeName
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
dn: cn=schema
2-
attributeTypes: ( 1.3.6.1.4.1.32473.1.1.1
3-
NAME 'exampleAttributeName'
4-
DESC 'An example attribute type definition'
5-
EQUALITY caseIgnoreMatch
6-
ORDERING caseIgnoreOrderingMatch
7-
SUBSTR caseIgnoreSubstringsMatch
8-
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
9-
SINGLE-VALUE
10-
X-ORIGIN 'Managing Schema Document' )
11-
objectClasses: ( 1.3.6.1.4.1.32473.1.2.2
12-
NAME 'exampleAuxiliaryClass'
13-
DESC 'An example auxiliary object class definition'
14-
SUP top
15-
AUXILIARY
16-
MAY exampleAttributeName
17-
X-ORIGIN 'Managing Schema Document' )
1+
dn: cn=schema
2+
attributeTypes: ( 1.3.6.1.4.1.32473.1.1.1
3+
NAME 'exampleAttributeName'
4+
DESC 'An example attribute type definition'
5+
EQUALITY caseIgnoreMatch
6+
ORDERING caseIgnoreOrderingMatch
7+
SUBSTR caseIgnoreSubstringsMatch
8+
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
9+
SINGLE-VALUE
10+
X-ORIGIN 'Managing Schema Document' )
11+
objectClasses: ( 1.3.6.1.4.1.32473.1.2.2
12+
NAME 'exampleAuxiliaryClass'
13+
DESC 'An example auxiliary object class definition'
14+
SUP top
15+
AUXILIARY
16+
MAY exampleAttributeName
17+
X-ORIGIN 'Managing Schema Document' )
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"stream":"Loaded image: pack.local/builder/auqfjjbaod:latest\n"}
1+
{"stream":"Loaded image: pack.local/builder/auqfjjbaod:latest\n"}

0 commit comments

Comments
 (0)